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

Class

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

Source from the content-addressed store, hash-verified

821 * Other projects are opened on-demand and cached for performance.
822 */
823export class ToolHandler {
824 // Cache of opened CodeGraph instances for cross-project queries
825 private projectCache: Map<string, CodeGraph> = new Map();
826 // 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