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

Method listPlugins

packages/node-sdk/src/session.ts:438–441  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

436 }
437
438 async listPlugins(): Promise<readonly PluginSummary[]> {
439 this.ensureOpen();
440 return this.rpc.listPlugins();
441 }
442
443 async installPlugin(source: string): Promise<PluginSummary> {
444 this.ensureOpen();

Callers 5

listPluginsFunction · 0.45
handlePluginsCommandFunction · 0.45
showPluginsPickerFunction · 0.45
renderPluginsListFunction · 0.45
installPluginFromSourceFunction · 0.45

Calls 1

ensureOpenMethod · 0.95

Tested by

no test coverage detected