-
released this
2026-03-16 00:25:28 -04:00 | 1 commits to main since this releaseWhat changed
Bug fix
servers_throttle_cpu: Fixed request body sendingcpuThrottleinstead ofpercentas required by the VirtFusion API. CPU throttling now works correctly.
Safety improvement
servers_delete: Enforced a minimum 5-minute (300s) delay on all server deletions. If no delay is specified or a value under 300 is passed, it is clamped to 300s. This provides a window to cancel accidental deletions via the VirtFusion panel.
Integration test results
- 47 write tools tested against live VirtFusion panel (65 of 84 total tools verified)
- Discovered and fixed the CPU throttle bug during testing
- Identified
self_service_get_usagetool gap (missingperiodparam) — fix pending
Full Changelog: https://git.ezscale.cloud/EZSCALE/virtfusion-mcp/compare/v1.0.0...v1.0.1
Downloads