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