system_reconnect
Rebuild a wedged Docker client connection from its configured endpoint, validating the new client before swapping it in to avoid disrupting the working one.
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. system_close closes pooled clients without rebuilding;
host_list shows the configured endpoints.
Returns:
dict: the rebuilt host's version info (same shape as system_version), confirming connectivity
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||