Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/getsentry/XcodeBuildMCP
/ handler
Function
handler
src/mcp/resources/xcode-ide-state.ts:67–69 ·
view source on GitHub ↗
(_uri: URL)
Source
from the content-addressed store, hash-verified
65
}
66
67
export
async
function
handler(_uri: URL): Promise<{ contents: Array<{ text: string }> }> {
68
return
xcodeIdeStateResourceLogic();
69
}
Callers
nothing calls this directly
Calls
1
xcodeIdeStateResourceLogic
Function · 0.85
Tested by
no test coverage detected