fix: correct CPU throttle param and enforce server delete safety delay
All checks were successful
Endpoint Sync Check / check-drift (push) Successful in 25s
CI / build (push) Successful in 27s

- servers_throttle_cpu: send `percent` instead of `cpuThrottle` in
  request body to match VirtFusion API spec
- servers_delete: enforce minimum 300s (5 min) delay on all deletions
  as a safety margin to prevent accidental destruction
- Bump version to 1.0.1

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-16 00:25:23 -04:00
parent 1d790aad46
commit 54905bd7bb
2 changed files with 7 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@ezscale/virtfusion-mcp",
"version": "1.0.0",
"version": "1.0.1",
"description": "Model Context Protocol (MCP) server for the VirtFusion virtualization control panel API",
"type": "module",
"main": "dist/index.js",