system_reconnect
Rebuild a Docker client connection to recover a wedged client. Validates the new client before replacing the old one, ensuring no downtime.
Instructions
Rebuild a pooled Docker client from its configured endpoint, to recover a wedged connection.
Validates the rebuilt client before swapping in (and only then closes the old one), so a failed
rebuild leaves the working client in place. Rebuilds the default host's client when host is
omitted. It CANNOT retarget to a different daemon — to add or change a daemon, edit
DOCKER_MCP_SERVER_HOSTS and restart.
returns: dict - the rebuilt host's version info (same shape as system_version), confirming connectivity
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||