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

Function loadToolHandler

src/mcp/query-worker.ts:42–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40const loadCodeGraph = (): typeof import('../index').default =>
41 (require('../index') as typeof import('../index')).default;
42const loadToolHandler = (): typeof import('./tools').ToolHandler =>
43 (require('./tools') as typeof import('./tools')).ToolHandler;
44
45if (parentPort) {
46 const port = parentPort;

Callers 1

query-worker.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected