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

Class

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

Source from the content-addressed store, hash-verified

810 * Other projects are opened on-demand and cached for performance.
811 */
812export class ToolHandler {
813 // Cache of opened CodeGraph instances for cross-project queries
814 private projectCache: Map<string, CodeGraph> = new Map();
815 // 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