MCPcopy Create free account
hub / github.com/codeaashu/claude-code / description

Function description

src/tools/MCPTool/MCPTool.ts:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 maxResultSizeChars: 100_000,
36 // Overridden in mcpClient.ts
37 async description() {
38 return DESCRIPTION
39 },
40 // Overridden in mcpClient.ts
41 async prompt() {
42 return PROMPT

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected