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

Class

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

Source from the content-addressed store, hash-verified

228 * daemon at start time.
229 */
230export class MCPServer {
231 private projectPath: string | null;
232 // Direct-mode-only state. In daemon mode the per-connection sessions live
233 // 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