MCPcopy
hub / github.com/CodeGraphContext/CodeGraphContext / CgcMcpToolResponse

Interface CgcMcpToolResponse

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

Source from the content-addressed store, hash-verified

4}
5
6export interface CgcMcpToolResponse {
7 content?: MpcToolContent[];
8}
9
10export interface CgcTool {
11 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected