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

Method setPluginEnabled

packages/node-sdk/src/session.ts:448–451  ·  view source on GitHub ↗
(id: string, enabled: boolean)

Source from the content-addressed store, hash-verified

446 }
447
448 async setPluginEnabled(id: string, enabled: boolean): Promise<void> {
449 this.ensureOpen();
450 await this.rpc.setPluginEnabled(id, enabled);
451 }
452
453 async setPluginMcpServerEnabled(
454 id: string,

Callers 2

setPluginEnabledFunction · 0.45
applyPluginEnabledFunction · 0.45

Calls 1

ensureOpenMethod · 0.95

Tested by

no test coverage detected