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

Method cancelGoal

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

Source from the content-addressed store, hash-verified

416 }
417
418 async cancelGoal(): Promise<GoalSnapshot> {
419 this.ensureOpen();
420 return this.rpc.cancelGoal({ sessionId: this.id });
421 }
422
423 async listMcpServers(): Promise<readonly McpServerInfo[]> {
424 this.ensureOpen();

Callers 4

cancelGoalFunction · 0.45
cancelGoalFunction · 0.45

Calls 1

ensureOpenMethod · 0.95

Tested by

no test coverage detected