docs: update README — 23 tools, delete_container, redeploy build_stream description
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -124,7 +124,7 @@ Credentials from environment variables take priority over the keyring.
|
|||||||
|
|
||||||
## MCP Tools
|
## MCP Tools
|
||||||
|
|
||||||
22 tools across 6 categories.
|
23 tools across 6 categories.
|
||||||
|
|
||||||
### Projects
|
### Projects
|
||||||
|
|
||||||
@@ -134,7 +134,7 @@ Credentials from environment variables take priority over the keyring.
|
|||||||
| `get_project_status` | Detailed status, path, services, and container IDs | — |
|
| `get_project_status` | Detailed status, path, services, and container IDs | — |
|
||||||
| `start_project` | Start a stopped project | — |
|
| `start_project` | Start a stopped project | — |
|
||||||
| `stop_project` | Stop a running project (halts all containers) | required |
|
| `stop_project` | Stop a running project (halts all containers) | required |
|
||||||
| `redeploy_project` | Stop and restart a project; auto-detects current state (RUNNING/STOPPED/BUILD_FAILED) | required |
|
| `redeploy_project` | Redeploy a project via DSM `build_stream` (equivalent to the DSM "Erstellen" button); pulls latest images and restarts; auto-detects current state (RUNNING/STOPPED/BUILD_FAILED) | required |
|
||||||
|
|
||||||
### Containers
|
### Containers
|
||||||
|
|
||||||
@@ -145,6 +145,7 @@ Credentials from environment variables take priority over the keyring.
|
|||||||
| `get_container_logs` | Fetch log output with optional keyword filter | — |
|
| `get_container_logs` | Fetch log output with optional keyword filter | — |
|
||||||
| `exec_in_container` | Execute a shell command inside a running container | required |
|
| `exec_in_container` | Execute a shell command inside a running container | required |
|
||||||
| `container_stats` | Live CPU %, RAM used/limit, network I/O, block I/O | — |
|
| `container_stats` | Live CPU %, RAM used/limit, network I/O, block I/O | — |
|
||||||
|
| `delete_container` | Delete a stopped container by name; refuses if container is still running | required |
|
||||||
|
|
||||||
### Compose Files
|
### Compose Files
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user