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

Method listPlugins

packages/agent-core/src/rpc/core-impl.ts:848–852  ·  view source on GitHub ↗
(_: EmptyPayload)

Source from the content-addressed store, hash-verified

846 }
847
848 async listPlugins(_: EmptyPayload): Promise<readonly PluginSummary[]> {
849 await this.pluginsReady;
850 this.assertPluginsLoaded();
851 return this.plugins.summaries();
852 }
853
854 async setPluginEnabled({ id, enabled }: SetPluginEnabledPayload): Promise<void> {
855 await this.pluginsReady;

Callers 1

Calls 2

assertPluginsLoadedMethod · 0.95
summariesMethod · 0.80

Tested by

no test coverage detected