feat: v1.2.0 — deploy, lifecycle, discovery

- New: proxmox_create_lxc, proxmox_create_qemu (deploy)
- New: proxmox_start_vm, stop_vm, shutdown_vm, reboot_vm (lifecycle)
- New: proxmox_delete_vm, proxmox_clone_vm
- New: proxmox_list_storage, proxmox_list_templates (discovery)
- New: proxmox_get_next_vmid, proxmox_get_lxc_config
- Fix: LXC config parity with QEMU (get_lxc_config)
- Bump: 1.0.0 → 1.2.0 (29 tools, up from 17)
This commit is contained in:
root
2026-06-17 06:37:41 +00:00
parent 2e59fb5af2
commit 2e371b2709
7 changed files with 319 additions and 30 deletions

View File

@@ -4,8 +4,8 @@ build-backend = "hatchling.build"
[project]
name = "proxmox-mcp"
version = "1.0.0"
description = "Model Context Protocol server for Proxmox VE 9 management"
version = "1.2.0"
description = "Model Context Protocol server for Proxmox VE management — deploy, manage, and monitor VMs and LXCs"
readme = "README.md"
requires-python = ">=3.10"
license = "MIT"