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

Function listSessions

packages/node-sdk/src/rpc.ts:187–190  ·  view source on GitHub ↗
(input: ListSessionsOptions = {})

Source from the content-addressed store, hash-verified

185 }
186
187 async listSessions(input: ListSessionsOptions = {}): Promise<readonly SessionSummary[]> {
188 const rpc = await this.getRpc();
189 return rpc.listSessions(input);
190 }
191
192 async renameSession(input: RenameSessionInput): Promise<void> {
193 const rpc = await this.getRpc();

Callers

nothing calls this directly

Calls 2

listSessionsMethod · 0.65
getRpcMethod · 0.45

Tested by

no test coverage detected