MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / getAvailableResources

Function getAvailableResources

src/core/resources.ts:117–120  ·  view source on GitHub ↗
(ctx: PredicateContext)

Source from the content-addressed store, hash-verified

115 * @returns Array of resource URI strings
116 */
117export async function getAvailableResources(ctx: PredicateContext): Promise<string[]> {
118 const resources = await loadResources(ctx);
119 return Array.from(resources.keys());
120}

Callers 1

resources.test.tsFile · 0.90

Calls 1

loadResourcesFunction · 0.85

Tested by

no test coverage detected