diff --git a/README.md b/README.md index 2bceb2a..bbcfdab 100644 --- a/README.md +++ b/README.md @@ -134,9 +134,9 @@ Add to your `claude_desktop_config.json`: | `list_access_lists` | List access lists for authentication/IP restrictions | | `create_proxy_host` | Create a new proxy host | | `update_proxy_host` | Update an existing proxy host (v0.0.3+) | -| `delete_proxy_host` | Delete a proxy host permanently | -| `enable_proxy_host` | Enable (bring online) a disabled proxy host | -| `disable_proxy_host` | Disable (take offline) a proxy host without deleting it | +| `delete_proxy_host` | Delete a proxy host permanently (v0.0.4+) | +| `enable_proxy_host` | Enable (bring online) a disabled proxy host (v0.0.4+) | +| `disable_proxy_host` | Disable (take offline) a proxy host without deleting it (v0.0.4+) | | `create_certificate` | Provision a new Let's Encrypt SSL certificate (v0.0.3+) | ## Managing Proxy Host Lifecycle diff --git a/pyproject.toml b/pyproject.toml index 2374de1..ab2211f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "npm-mcp" -version = "0.0.2" +version = "0.0.4" description = "MCP server for Nginx Proxy Manager" readme = "README.md" requires-python = ">=3.11"