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