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

Function call

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

Source from the content-addressed store, hash-verified

49 },
50 // Overridden in mcpClient.ts
51 async call() {
52 return {
53 data: '',
54 }
55 },
56 async checkPermissions(): Promise<PermissionResult> {
57 return {
58 behavior: 'passthrough',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected