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

Function resourceMetadataUrl

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

Source from the content-addressed store, hash-verified

155 ];
156
157 const resourceMetadataUrl = (request: Request): string =>
158 protectedResourceMetadataUrlFor(
159 mcpOrganizationFromRequest(request),
160 toolkitSlugFromRequest(request),
161 );
162
163 /**
164 * 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