MCPcopy 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
67export async function handler(_uri: URL): Promise<{ contents: Array<{ text: string }> }> {
68 return xcodeIdeStateResourceLogic();
69}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected