docs/errors/MCPX_NETWORK_OFFLINE.md
MCPX_NETWORK_OFFLINESeverity: error Domain: Network
mcpproxy classified a connection failure as "host appears offline" — typically DNS resolution failed for a stable, well-known host and TCP probes all errored with "no route" / "network unreachable".
ping -c 2 1.1.1.1
ping -c 2 8.8.8.8
dig +short cloudflare.com
If all three fail, you really are offline.
Public Wi-Fi often hijacks DNS until you accept a portal. Open
http://neverssl.com in a browser to be redirected to the portal.
If the network is reachable but very slow, mcpproxy may classify slow operations as offline because of strict timeouts. Increase per-server timeouts as needed.