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

Class

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected