MCPcopy
hub / github.com/colbymchenry/codegraph / getToolHandler

Method getToolHandler

src/mcp/engine.ts:115–117  ·  view source on GitHub ↗

Shared ToolHandler — sessions delegate tool dispatch through this.

()

Source from the content-addressed store, hash-verified

113
114 /** Shared ToolHandler — sessions delegate tool dispatch through this. */
115 getToolHandler(): ToolHandler {
116 return this.toolHandler;
117 }
118
119 /** Whether the default project's CodeGraph is open. */
120 hasDefaultCodeGraph(): boolean {

Callers 3

handleLocallyFunction · 0.80
handleToolsListMethod · 0.80
handleToolsCallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected