Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/claude-code-best/claude-code
/ getAllTools
Method
getAllTools
packages/mcp-client/src/manager.ts:159–165 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
157
}
158
159
getAllTools(): CoreTool[] {
160
const
all: CoreTool[] = []
161
for
(
const
tools of this.toolsCache.values()) {
162
all.push(...tools)
163
}
164
return
all
165
}
166
167
async
callTool(
168
serverName: string,
Callers
nothing calls this directly
Calls
1
push
Method · 0.45
Tested by
no test coverage detected