Skip to content

Releases: hackmods/cursor-proxmox-mcp

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 20:17

Full Changelog: v1.4.0...v1.5.0

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 19:08

Full Changelog: v1.2.0...v1.4.0

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 16:35

Full Changelog: v1.1.0...v1.2.0

v1.1.0 — 152 tools (LXC parity + guest power)

Choose a tag to compare

@hackmods hackmods released this 19 Jul 15:13

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

Choose a tag to compare

@github-actions github-actions released this 19 Jul 06:03

Full Changelog: v1.0.0...v1.0.1

v1.0.0 - Full Proxmox Integration & Security Hardening

Choose a tag to compare

@hackmods hackmods released this 19 Jul 05:58

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 level INFO
  • 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_ALLOWLIST for guest command execution
  • Guest exec polls exec-status with PROXMOX_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-server entrypoint
  • 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