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

Function toolkitMcpPath

apps/cloud/src/mcp/auth.ts:81–82  ·  view source on GitHub ↗
(toolkitSlug: string | null)

Source from the content-addressed store, hash-verified

79};
80
81const toolkitMcpPath = (toolkitSlug: string | null): string =>
82 toolkitSlug ? `${MCP_PATH}/toolkits/${toolkitSlug}` : MCP_PATH;
83
84/** The MCP resource URL for an org selector (`…/acme/mcp` slug or legacy
85 * `…/org_xxx/mcp` id — echoed verbatim so it matches the URL the client

Callers 1

resourceUrlForFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected