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

Method removePlugin

packages/node-sdk/src/session.ts:462–465  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

460 }
461
462 async removePlugin(id: string): Promise<void> {
463 this.ensureOpen();
464 await this.rpc.removePlugin(id);
465 }
466
467 async reloadPlugins(): Promise<ReloadSummary> {
468 this.ensureOpen();

Callers 2

removePluginFunction · 0.45
removePluginFunction · 0.45

Calls 1

ensureOpenMethod · 0.95

Tested by

no test coverage detected