MCPcopy 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
37export async function handler(_uri: URL): Promise<{ contents: Array<{ text: string }> }> {
38 return sessionStatusResourceLogic();
39}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected