mirror of
https://github.com/b3nw/nginx-proxy-manager-mcp.git
synced 2026-06-15 00:59:40 -05:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| baeae54326 |
@@ -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
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user