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

Function getPluginInfo

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

Source from the content-addressed store, hash-verified

636 }
637
638 async getPluginInfo(id: string): Promise<PluginInfo> {
639 const rpc = await this.getRpc();
640 return rpc.getPluginInfo({ id });
641 }
642
643 async activateSkill(input: ActivateSkillRpcInput): Promise<void> {
644 const rpc = await this.getRpc();

Callers

nothing calls this directly

Calls 2

getRpcMethod · 0.45
getPluginInfoMethod · 0.45

Tested by

no test coverage detected