MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / resourceMetadataUrl

Function resourceMetadataUrl

apps/cloud/src/mcp/auth-provider.ts:145–149  ·  view source on GitHub ↗
(request: Request)

Source from the content-addressed store, hash-verified

143 ];
144
145 const resourceMetadataUrl = (request: Request): string =>
146 protectedResourceMetadataUrlFor(
147 mcpOrganizationFromRequest(request),
148 toolkitSlugFromRequest(request),
149 );
150
151 /**
152 * Resolve a verified bearer to a final AuthOutcome by running the live org

Callers

nothing calls this directly

Calls 3

toolkitSlugFromRequestFunction · 0.90

Tested by

no test coverage detected