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

Function installPlugin

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

Source from the content-addressed store, hash-verified

607 }
608
609 async installPlugin(source: string): Promise<PluginSummary> {
610 const rpc = await this.getRpc();
611 return rpc.installPlugin({ source });
612 }
613
614 async setPluginEnabled(id: string, enabled: boolean): Promise<void> {
615 const rpc = await this.getRpc();

Callers

nothing calls this directly

Calls 2

getRpcMethod · 0.45
installPluginMethod · 0.45

Tested by

no test coverage detected