ProxmoxMCP-Plus v0.5.7
Release date: 2026-05-30
Visual Documentation Improvements
- Replaced the README hero architecture diagram with a new publication-style SVG.
- The new diagram is grounded in the actual project architecture:
- MCP stdio clients
- MCP Streamable HTTP at
/mcp - OpenAPI automation through
/docs,/openapi.json,/health,/readyz, and/metrics - FastMCP server boundary
- OpenAPI proxy
- built-in tool registry and domain tool plugins
- command policy, config loading, observability, and persistent jobs
- Proxmox VE REST API, QEMU Guest Agent, SSH-backed
pct exec, and SQLite-backed job state
Runtime Impact
- No runtime tools, endpoints, package dependencies, or configuration requirements changed in this release.
- No migration is required from
v0.5.6.
Upgrade Notes
- Upgrade normally from PyPI, Docker/GHCR, or source.
- If a downstream documentation renderer cannot display the new SVG, continue using
v0.5.6or pin the previous README asset in that renderer.