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