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

Function getServer

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

Source from the content-addressed store, hash-verified

1094 );
1095
1096 const getServer = (slug: string) =>
1097 ctx.core.integrations.get(slugFrom(slug)).pipe(
1098 Effect.withSpan("mcp.plugin.get_server", {
1099 attributes: { "mcp.integration.slug": slug },
1100 }),
1101 );
1102
1103 const configureServer = (slug: string, config: McpIntegrationConfigType) =>
1104 ctx.core.integrations.update(slugFrom(slug), { config }).pipe(

Callers

nothing calls this directly

Calls 2

slugFromFunction · 0.85
getMethod · 0.65

Tested by

no test coverage detected