MCPcopy 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

mainFunction · 0.45

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected