ProxmoxMCP-Plus v0.5.4
Release date: 2026-05-29
Quality Improvements
- Raised the CI coverage gate from 60% to 70% and added user-path regression coverage across VM, LXC, snapshot, ISO, and metadata flows.
- Replaced source-text manifest parity checks with runtime plugin registration checks so stale or missing tool declarations are detected through the actual registration path.
- Added release metadata parity tests covering
pyproject.toml,setup.py,src/proxmox_mcp/__init__.py,manifest.json, andserver.json. - Removed the unused
proxmox_mcp.utilspackage, including the duplicate logging helper that could accumulate handlers if used. - Split the Dockerfile package-install layer from the final repository copy so documentation-only changes do not invalidate the Python install cache.
Config Hardening
- Environment boolean parsing now accepts common true/false forms consistently and rejects invalid values instead of silently treating them as false.
- The stricter parsing now applies to Proxmox TLS, API tunnel, dev mode, and command-policy approval-token toggles.
Upgrade Notes
- No mandatory config migration is required.
- Deployments with misspelled boolean environment values now fail fast at startup. Use values such as
true,false,yes,no,1, or0. - Docker users do not need to change commands or compose files; the image build path is unchanged apart from improved cache behavior.