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

Interface CallMessage

src/mcp/query-worker.ts:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31interface CallMessage {
32 type: 'call';
33 id: number;
34 toolName: string;
35 args: Record<string, unknown>;
36}
37
38// Mirror the engine's lazy-require of the heavy CodeGraph + tools chain. This
39// module is only ever loaded as a Worker, so the require runs once on spawn.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected