reconnect
Restore a stuck Docker client connection by rebuilding it from its configured endpoint, ensuring the existing connection remains intact if rebuild 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. It CANNOT retarget to a different daemon — to add or change a daemon, edit DOCKER_MCP_SERVER_HOSTS and restart.
args: host - host label to rebuild, or None for the default host
returns: dict - the rebuilt host's version info (same shape as version), confirming connectivity
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||