mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 02:37:24 +08:00
server-monitor sends arbitrary QMP/HMP commands (pmemsave, migrate, etc.) to a running guest, which exceeds the semantics of monitoring. As an MCP tool it could be triggered without human awareness through LLM prompt injection or the tool-request endpoint. Remove the mcp-desc registration tag from ServerMonitorOptions so climcgen no longer registers the tool, drop its mention from the MCP instructions, and add a regression test asserting it is not exposed. The climc command and the permission-gated region API are unchanged. Co-authored-by: Qiu Jian <qiujian@yunionyun.com> Co-authored-by: Claude <noreply@anthropic.com>