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

Function resourceMetadataUrl

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

Source from the content-addressed store, hash-verified

160 ];
161
162 const resourceMetadataUrl = (request: Request): string =>
163 protectedResourceMetadataUrlFor(
164 mcpOrganizationFromRequest(request),
165 toolkitSlugFromRequest(request),
166 );
167
168 /**
169 * 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