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

Method getPluginInfo

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

Source from the content-addressed store, hash-verified

470 }
471
472 async getPluginInfo(id: string): Promise<PluginInfo> {
473 this.ensureOpen();
474 return this.rpc.getPluginInfo(id);
475 }
476
477 async activateSkill(name: string, args?: string | undefined): Promise<void> {
478 this.ensureOpen();

Callers 5

getPluginInfoFunction · 0.45
showPluginMcpPickerFunction · 0.45
confirmRemovePluginFunction · 0.45
applyPluginEnabledFunction · 0.45
renderPluginInfoFunction · 0.45

Calls 1

ensureOpenMethod · 0.95

Tested by

no test coverage detected