MCPReconnectPromptScreen(
self,
server_name: str,
)ModalScreen[ReconnectChoice]| Name | Type | Description |
|---|---|---|
server_name* | str | Server whose login just succeeded. |
| Name | Type |
|---|---|
| server_name | str |
Modal asking whether to restart the server after an MCP login.
Dismisses with "reconnect" when the user accepts the restart and
"later" when the user defers. Esc is treated as "later" so the
user is never forced into a reconnect they did not explicitly choose.