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

Class

src/mcp/engine.ts:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 * connect never double-open the SQLite file.
56 */
57export class MCPEngine {
58 private cg: CodeGraph | null = null;
59 private toolHandler: ToolHandler;
60 // Project root we resolved to. Null until `ensureInitialized` succeeds

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected