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

Function handler

src/mcp/resources/doctor.ts:62–64  ·  view source on GitHub ↗
(_uri: URL)

Source from the content-addressed store, hash-verified

60}
61
62export async function handler(_uri: URL): Promise<{ contents: Array<{ text: string }> }> {
63 return doctorResourceLogic();
64}

Callers 4

createDapSpawnerFunction · 0.50
invokeAndCollectFunction · 0.50
invokeAndCollectFunction · 0.50
callHandlerFunction · 0.50

Calls 1

doctorResourceLogicFunction · 0.85

Tested by 3

createDapSpawnerFunction · 0.40
invokeAndCollectFunction · 0.40
invokeAndCollectFunction · 0.40