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

Function listPluginCommands

packages/node-sdk/src/rpc.ts:493–496  ·  view source on GitHub ↗
(input: SessionIdRpcInput)

Source from the content-addressed store, hash-verified

491 }
492
493 async listPluginCommands(input: SessionIdRpcInput): Promise<readonly PluginCommandDef[]> {
494 const rpc = await this.getRpc();
495 return rpc.listPluginCommands({ sessionId: input.sessionId });
496 }
497
498 async listBackgroundTasks(
499 input: SessionIdRpcInput & { activeOnly?: boolean; limit?: number },

Callers

nothing calls this directly

Calls 2

getRpcMethod · 0.45
listPluginCommandsMethod · 0.45

Tested by

no test coverage detected