MCPcopy Create free account
hub / github.com/colbymchenry/codegraph /

Class

src/mcp/transport.ts:344–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342 * ending must not bring down the whole daemon.
343 */
344export class SocketTransport extends LineBasedJsonRpcTransport {
345 private buffer = '';
346 private closeHandlers: Array<() => void> = [];
347

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected