ProxmoxMCP-Plus v0.4.5
Released: 2026-05-01
Fixes
- Changes the
get_containersMCP input schema to expose top-level parameters instead of a nested Pydanticpayload$ref, allowing stricter clients such as Home Assistant MCP to load the server. - Keeps the legacy
payloadobject accepted for existing clients that already callget_containerswith the previous nested shape.
Upgrade Notes
- No configuration migration is required.
- New clients should send
node,include_stats,include_raw, andformat_styleas top-level tool arguments. - Existing clients using
payloadcan continue to do so.