MCP_VIEWER_RECONNECT_REQUEST = '\x00__mcp_reconnect__'Sentinel returned by MCPViewerScreen.dismiss to request a reconnect.
The null-byte prefix makes the value un-collidable with any valid MCP
server name returned by MCPServerInfo.name, so callers can branch on
this exact string without weakening the existing server-name dispatch.