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

Function listPlugins

packages/node-sdk/src/rpc.ts:604–607  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

602 }
603
604 async listPlugins(): Promise<readonly PluginSummary[]> {
605 const rpc = await this.getRpc();
606 return rpc.listPlugins({});
607 }
608
609 async installPlugin(source: string): Promise<PluginSummary> {
610 const rpc = await this.getRpc();

Callers

nothing calls this directly

Calls 2

getRpcMethod · 0.45
listPluginsMethod · 0.45

Tested by

no test coverage detected