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

Function resourceMetadataUrl

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

Source from the content-addressed store, hash-verified

144 ];
145
146 const resourceMetadataUrl = (request: Request): string =>
147 protectedResourceMetadataUrlFor(
148 mcpOrganizationFromRequest(request),
149 toolkitSlugFromRequest(request),
150 );
151
152 /**
153 * 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