ProxmoxMCP-Plus v0.4.0
Highlights
- Reworked runtime tool output to use ASCII-safe labels and bullets, avoiding mojibake in MCP clients and terminals with inconsistent emoji support.
- Slimmed the Docker image path by installing production dependencies only instead of the
devextra. - Unified dependency inputs so
requirements/runtime.txtdelegates to the same runtime set asrequirements/base.in. - Added OpenAPI proxy security warnings for unauthenticated API exposure, disabled strict auth, and wildcard CORS.
Upgrade Notes
- Docker images now run as the non-root
proxmoxmcpuser. - The container still reads
/app/proxmox-config/config.jsonby default and writes the default SQLite job database under/app. - For production OpenAPI deployments, set
PROXMOX_API_KEY,PROXMOX_STRICT_AUTH=true, and a specificMCPO_CORS_ALLOW_ORIGINSvalue.