fix(tui): expand MCP server errors in dialog (#35243)

This commit is contained in:
Aiden Cline
2026-07-03 18:19:16 -05:00
committed by GitHub
parent 7bd3f8ac83
commit b04d8d53e6
6 changed files with 93 additions and 38 deletions
@@ -2427,7 +2427,7 @@ export type ServerMcpListOutput = {
readonly name: string
readonly status:
| { readonly status: "connected" }
| { readonly status: "disconnected" }
| { readonly status: "pending" }
| { readonly status: "disabled" }
| { readonly status: "failed"; readonly error: string }
| { readonly status: "needs_auth" }