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

Function slugFrom

packages/plugins/mcp/src/sdk/plugin.ts:339–339  ·  view source on GitHub ↗
(slug: string)

Source from the content-addressed store, hash-verified

337// ---------------------------------------------------------------------------
338
339const slugFrom = (slug: string): IntegrationSlug => IntegrationSlug.make(slug);
340
341const normalizeSlug = (input: McpServerInput): string =>
342 input.slug ??

Callers 5

addServerFunction · 0.85
removeServerFunction · 0.85
getServerFunction · 0.85
configureServerFunction · 0.85
configureAuthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected