()
| 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(); |
no test coverage detected