MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / pluginMcpRuntimeName

Function pluginMcpRuntimeName

packages/agent-core/src/plugin/manager.ts:482–486  ·  view source on GitHub ↗
(pluginId: string, serverName: string)

Source from the content-addressed store, hash-verified

480}
481
482function pluginMcpRuntimeName(pluginId: string, serverName: string): string {
483 // Plugin ids cannot contain ":", so this keeps plugin/server pairs unambiguous
484 // even when either side contains "-".
485 return `plugin-${pluginId}:${serverName}`;
486}
487
488function withPluginMcpRuntime(
489 config: McpServerConfig,

Callers 2

enabledMcpServersMethod · 0.85
pluginMcpServerInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected