Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/XcodeBuildMCP
/ listTools
Method
listTools
src/cli/daemon-client.ts:140–142 ·
view source on GitHub ↗
* List available tools.
()
Source
from the content-addressed store, hash-verified
138
* List available tools.
139
*/
140
async
listTools(): Promise<ToolListItem[]> {
141
return
this.request<ToolListItem[]>(
'tool.list'
);
142
}
143
144
/**
145
* Invoke a tool.
Callers
4
e2e-mcp-discovery.test.ts
File · 0.45
e2e-mcp-idle-timeout.test.ts
File · 0.45
e2e-mcp-invocation.test.ts
File · 0.45
main
Function · 0.45
Calls
1
request
Method · 0.95
Tested by
no test coverage detected