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

Method start

src/mcp/session.ts:126–128  ·  view source on GitHub ↗

* Start handling messages from the transport. Returns immediately — the * session lives for as long as the transport is open.

()

Source from the content-addressed store, hash-verified

124 * session lives for as long as the transport is open.
125 */
126 start(): void {
127 this.transport.start(this.handleMessage.bind(this));
128 }
129
130 /**
131 * Tear down the session. Does NOT touch the engine (the engine may serve

Callers 1

handleConnectionMethod · 0.95

Calls 1

startMethod · 0.65

Tested by

no test coverage detected