MCPcopy
hub / github.com/CodeGraphContext/CodeGraphContext / MpcToolContent

Interface MpcToolContent

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

Source from the content-addressed store, hash-verified

1export interface MpcToolContent {
2 type: string;
3 text?: string;
4}
5
6export interface CgcMcpToolResponse {
7 content?: MpcToolContent[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected