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

Class

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

Source from the content-addressed store, hash-verified

88 * and how a "close" propagates back to the owning code.
89 */
90abstract class LineBasedJsonRpcTransport implements JsonRpcTransport {
91 protected messageHandler: MessageHandler | null = null;
92 // Outstanding server-initiated requests (e.g. roots/list), keyed by the id
93 // we sent. Responses from the client are matched back here.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected