Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
62
export
async
function
handler(_uri: URL): Promise<{ contents: Array<{ text: string }> }> {
63
return
doctorResourceLogic();
64
}
Callers
4
createDapSpawner
Function · 0.50
invokeAndCollect
Function · 0.50
invokeAndCollect
Function · 0.50
callHandler
Function · 0.50
Calls
1
doctorResourceLogic
Function · 0.85
Tested by
3
createDapSpawner
Function · 0.40
invokeAndCollect
Function · 0.40
invokeAndCollect
Function · 0.40