system_reconnect
Recover a wedged Docker connection by rebuilding the client from its configured endpoint. Validates the rebuilt client before swapping, preserving the working client if rebuilding fails.
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 | |||