Current snapshot for the TUI / status display.
()
| 250 | |
| 251 | /** Current snapshot for the TUI / status display. */ |
| 252 | snapshot(): McpSnapshot { |
| 253 | return { |
| 254 | servers: [...this.states.values()], |
| 255 | tools: [...this.connections.values()].flatMap((c) => c.tools), |
| 256 | } |
| 257 | } |
| 258 | |
| 259 | /** Project-scope server names awaiting the user's approval. */ |
| 260 | getPendingApproval(): string[] { |
no outgoing calls
no test coverage detected