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

Class

src/mcp/tools.ts:1316–1316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1314 * Other projects are opened on-demand and cached for performance.
1315 */
1316export class ToolHandler {
1317 // Cache of opened CodeGraph instances for cross-project queries
1318 private projectCache: Map<string, CodeGraph> = new Map();
1319 // The directory the server last searched for a default project. Surfaced in

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected