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

Function toolkitMcpPath

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

Source from the content-addressed store, hash-verified

81};
82
83const toolkitMcpPath = (toolkitSlug: string | null): string =>
84 toolkitSlug ? `${MCP_PATH}/toolkits/${toolkitSlug}` : MCP_PATH;
85
86/** The MCP resource URL for an org selector (`…/acme/mcp` slug or legacy
87 * `…/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