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

Class

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

Source from the content-addressed store, hash-verified

104 * (direct mode) or per socket connection (daemon mode).
105 */
106export class MCPSession {
107 private clientSupportsRoots = false;
108 /** From the initialize handshake — attributes usage rollups to the agent host. */
109 private clientInfo: ClientInfo | undefined;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected