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

Method installPlugin

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

Source from the content-addressed store, hash-verified

441 }
442
443 async installPlugin(source: string): Promise<PluginSummary> {
444 this.ensureOpen();
445 return this.rpc.installPlugin(source);
446 }
447
448 async setPluginEnabled(id: string, enabled: boolean): Promise<void> {
449 this.ensureOpen();

Callers 2

installPluginFunction · 0.45
installPluginFromSourceFunction · 0.45

Calls 1

ensureOpenMethod · 0.95

Tested by

no test coverage detected