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

Function setPluginEnabled

packages/node-sdk/src/rpc.ts:614–617  ·  view source on GitHub ↗
(id: string, enabled: boolean)

Source from the content-addressed store, hash-verified

612 }
613
614 async setPluginEnabled(id: string, enabled: boolean): Promise<void> {
615 const rpc = await this.getRpc();
616 return rpc.setPluginEnabled({ id, enabled });
617 }
618
619 async setPluginMcpServerEnabled(
620 id: string,

Callers

nothing calls this directly

Calls 2

getRpcMethod · 0.45
setPluginEnabledMethod · 0.45

Tested by

no test coverage detected