MCPcopy
hub / github.com/CodeGraphContext/CodeGraphContext / CgcTool

Interface CgcTool

extensions/vscode/src/types/cgc.ts:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10export interface CgcTool {
11 name: string;
12 description: string;
13 inputSchema: Record<string, unknown>;
14}
15
16export interface IndexedRepository {
17 repo_name?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected