1 Commits

Author SHA1 Message Date
b3nw 9c332c933d chore(release): bump version to 0.0.4 (#8)
- pyproject.toml: 0.0.2 -> 0.0.4

- README.md: mark delete/enable/disable tools as v0.0.4+
2026-06-14 15:58:18 -05:00
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -134,9 +134,9 @@ Add to your `claude_desktop_config.json`:
| `list_access_lists` | List access lists for authentication/IP restrictions | | `list_access_lists` | List access lists for authentication/IP restrictions |
| `create_proxy_host` | Create a new proxy host | | `create_proxy_host` | Create a new proxy host |
| `update_proxy_host` | Update an existing proxy host (v0.0.3+) | | `update_proxy_host` | Update an existing proxy host (v0.0.3+) |
| `delete_proxy_host` | Delete a proxy host permanently | | `delete_proxy_host` | Delete a proxy host permanently (v0.0.4+) |
| `enable_proxy_host` | Enable (bring online) a disabled proxy host | | `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 | | `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+) | | `create_certificate` | Provision a new Let's Encrypt SSL certificate (v0.0.3+) |
## Managing Proxy Host Lifecycle ## Managing Proxy Host Lifecycle
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "npm-mcp" name = "npm-mcp"
version = "0.0.2" version = "0.0.4"
description = "MCP server for Nginx Proxy Manager" description = "MCP server for Nginx Proxy Manager"
readme = "README.md" readme = "README.md"
requires-python = ">=3.11" requires-python = ">=3.11"