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

Function reloadPlugins

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

Source from the content-addressed store, hash-verified

631 }
632
633 async reloadPlugins(): Promise<ReloadSummary> {
634 const rpc = await this.getRpc();
635 return rpc.reloadPlugins({});
636 }
637
638 async getPluginInfo(id: string): Promise<PluginInfo> {
639 const rpc = await this.getRpc();

Callers

nothing calls this directly

Calls 2

getRpcMethod · 0.45
reloadPluginsMethod · 0.45

Tested by

no test coverage detected