MCPcopy
hub / github.com/claude-code-best/claude-code / callTool

Method callTool

packages/mcp-client/src/manager.ts:48–48  ·  view source on GitHub ↗
(
    serverName: string,
    toolName: string,
    args: unknown,
  )

Source from the content-addressed store, hash-verified

46 getTools(serverName: string): CoreTool[]
47 getAllTools(): CoreTool[]
48 callTool(
49 serverName: string,
50 toolName: string,
51 args: unknown,

Callers 3

callMcpToolFunction · 0.65
fetchChannelsFunction · 0.65
callMCPToolFunction · 0.65

Implementers 1

McpManagerImplpackages/mcp-client/src/manager.ts

Calls

no outgoing calls

Tested by

no test coverage detected