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

Function resourceMetadataUrl

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

Source from the content-addressed store, hash-verified

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