Skip to content

Releases: lidless-labs/proxmox-mcp

proxmoxctrl v0.5.1

Choose a tag to compare

@solomonneas solomonneas released this 07 Jul 00:41

Full Changelog: v0.5.0...v0.5.1

v0.5.0

Choose a tag to compare

@solomonneas solomonneas released this 07 Jul 00:08

Release proxmoxctrl.

  • Adds the proxmoxctrl CLI with compatibility aliases for existing MCP entrypoints.
  • Adds release workflow checks and public scoped package publishing configuration.
  • Publishes the ctrl-ready Proxmox package.

v0.3.0 - create/clone + tier-3 destructive

Choose a tag to compare

@solomonneas solomonneas released this 23 May 19:52

Adds the full smoke-test surface: create + clone + destroy.

Tier 1 read (1 new):

  • proxmox_list_templates

Tier 2 safe-write (3 new):

  • proxmox_create_container
  • proxmox_create_vm
  • proxmox_clone_resource

Tier 3 destructive (3 new, triple-gated):

  • proxmox_destroy_resource
  • proxmox_delete_snapshot
  • proxmox_force_stop_resource

Tier 3 tools require PROXMOX_ENABLE_DESTRUCTIVE=1 env flag in addition to the per-tool confirm + destructive args.

For tier 2, the PVE token needs PVEVMAdmin role at path /. For tier 3, PVEVMAdmin + env flag.

v0.2.0 - task status + log

Choose a tag to compare

@solomonneas solomonneas released this 23 May 19:52

Adds two tier-1 read tools to follow up on tier-2 writes:

  • proxmox_get_task_status - check whether a UPID-tracked task finished
  • proxmox_get_task_log - tail a task's log

Both parse the node from the UPID; no extra arg needed.