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

Method listPluginCommands

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

Source from the content-addressed store, hash-verified

292 }
293
294 async listPluginCommands(): Promise<readonly PluginCommandDef[]> {
295 this.ensureOpen();
296 return this.rpc.listPluginCommands({ sessionId: this.id });
297 }
298
299 /**
300 * List background tasks for this session's interactive agent.

Callers 2

listPluginCommandsFunction · 0.45
refreshPluginCommandsMethod · 0.45

Calls 1

ensureOpenMethod · 0.95

Tested by

no test coverage detected