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

Function resourceMetadataUrl

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

Source from the content-addressed store, hash-verified

120 ];
121
122 const resourceMetadataUrl = (request: Request): string =>
123 protectedResourceMetadataUrlFor(
124 mcpOrganizationFromRequest(request),
125 toolkitSlugFromRequest(request),
126 );
127
128 /**
129 * 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