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

Function removePlugin

packages/node-sdk/src/rpc.ts:628–631  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

626 }
627
628 async removePlugin(id: string): Promise<void> {
629 const rpc = await this.getRpc();
630 return rpc.removePlugin({ id });
631 }
632
633 async reloadPlugins(): Promise<ReloadSummary> {
634 const rpc = await this.getRpc();

Callers

nothing calls this directly

Calls 2

getRpcMethod · 0.45
removePluginMethod · 0.45

Tested by

no test coverage detected