mirror of
https://github.com/b3nw/nginx-proxy-manager-mcp.git
synced 2026-06-15 09:09:41 -05:00
690408d6c7
* feat(proxy-hosts): add delete, enable, and disable verbs (#1) Add delete_proxy_host (DELETE /nginx/proxy-hosts/{id}), enable_proxy_host (POST .../enable) and disable_proxy_host (POST .../disable) MCP verbs plus client methods, following existing NpmClient auth + tool patterns. README documents the new tools with placeholder-only examples. * docs(proxy-hosts): correct enable/disable idempotency wording (#2) NPM's POST /enable and /disable return HTTP 400 when the host is already in the target state; update enable/disable docstrings (server.py + client.py) and README to describe this instead of claiming a no-op success.