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

Class

src/mcp/index.ts:189–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 * daemon at start time.
188 */
189export class MCPServer {
190 private projectPath: string | null;
191 // Direct-mode-only state. In daemon mode the per-connection sessions live
192 // inside the Daemon class; in proxy mode there is no session at all.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected