Releases: hackmods/cursor-proxmox-mcp
Releases · hackmods/cursor-proxmox-mcp
Release list
v1.5.0
Full Changelog: v1.4.0...v1.5.0
v1.4.0
v1.2.0
v1.1.0 — 152 tools (LXC parity + guest power)
Phase E expansion to 152 tools: LXC parity, additive guest power APIs, pending/pool/IPSet/disk-move/backup jobs, wiki.
Install: uvx cursor-proxmox-mcp
Full Changelog: v1.0.1...v1.1.0
Full Changelog: v1.0.1...v1.1.0
v1.0.1
v1.0.0 - Full Proxmox Integration & Security Hardening
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[1.0.0] - 2026-07-19
Security
- Env-var interpolation for secrets in JSON config (
${PROXMOX_TOKEN_VALUE}) - Example config defaults:
verify_ssl: true, log levelINFO - Startup warning when TLS verification is disabled
- Log redaction filter for tokens/passwords
- Typed, sanitized API errors (reduce secret leakage in messages)
- Optional
PROXMOX_MCP_EXEC_ALLOWLISTfor guest command execution - Guest exec polls
exec-statuswithPROXMOX_MCP_EXEC_TIMEOUT(default 30s) - Destructive tool descriptions marked IRREVERSIBLE/WARNING
SECURITY.md+ security review notes
Changed
- Declarative tool inventory (
tools/inventory.py) + registration module (tools/register.py) - Shared helpers for storage selection and guest ID checks
- Removed unused
utils/auth.py/utils/logging.py - Package version 1.0.0 (Production/Stable)
- Docker image slimmed for
proxmox-mcp-serverentrypoint - CI: coverage gate, CodeQL, Dependabot, release workflow (PyPI OIDC + GHCR)
Added
- Full unit/behavior test suite with fake Proxmox API and design-invariant locks
- Code design audit documentation
Removed
- Legacy
test_scripts/,setup.py, redundant start scripts
[0.3.0] - 2026-07-18
Phase B tools, uvx entrypoint, setup QOL (pre-1.0 history).
Full Changelog: https://github.com/hackmods/cursor-proxmox-mcp/commits/v1.0.0
Full Changelog: https://github.com/hackmods/cursor-proxmox-mcp/commits/v1.0.0