MCPcopy Create free account
hub / github.com/getsentry/XcodeBuildMCP / handler

Function handler

src/mcp/resources/devices.ts:61–63  ·  view source on GitHub ↗
(_uri: URL)

Source from the content-addressed store, hash-verified

59}
60
61export async function handler(_uri: URL): Promise<{ contents: Array<{ text: string }> }> {
62 return devicesResourceLogic();
63}

Callers

nothing calls this directly

Calls 1

devicesResourceLogicFunction · 0.85

Tested by

no test coverage detected