MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / listXcodeIdeTools

Method listXcodeIdeTools

src/cli/daemon-client.ts:300–303  ·  view source on GitHub ↗

* List dynamic xcode-ide bridge tools from the daemon-managed bridge session.

(params?: XcodeIdeListParams)

Source from the content-addressed store, hash-verified

298 * List dynamic xcode-ide bridge tools from the daemon-managed bridge session.
299 */
300 async listXcodeIdeTools(params?: XcodeIdeListParams): Promise<XcodeIdeToolListItem[]> {
301 const result = await this.request<XcodeIdeListResult>('xcode-ide.list', params);
302 return result.tools;
303 }
304
305 /**
306 * Invoke a dynamic xcode-ide bridge tool through the daemon-managed bridge session.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected