Release notes ClusterControl MCP
The ClusterControl MCP Server is versioned and released independently of the main ClusterControl components, as clustercontrol-mcp-1.0.0-N builds. This page is the running release history for the MCP Server. The initial launch (clustercontrol-mcp-1.0.0-5, May 4th, 2026) is documented in the v2.4.0 release notes.
Maintenance Release: September 1st, 2026
- Build:
- clustercontrol-mcp-1.0.0-60
⚠ Breaking change
get_cluster_log no longer accepts output_path and no longer writes files — it is now a pure read that returns log content (the tail of the last 200 lines by default). Callers that used output_path to save a log file locally must switch to the new export_cluster_log tool, which requires output_path and writes the file with mode 0600. (CLUS-8098)
export_cluster_log— exports a collected cluster log file in full to a localoutput_pathon the MCP Server host. The file is written with mode0600, including when overwriting an existing file that had looser permissions. (CLUS-8098)- Tool annotations — all 70 tools now serve the standard MCP
readOnlyHintanddestructiveHintannotations. The annotations are generated at tool registration from a committed, human-reviewed manifest, so the served hints cannot drift from the manifest. Note that annotations are advisory metadata for MCP clients — clients can use them to auto-approve reads and require confirmation before destructive calls — they are not server-side enforcement, anddry_runpreviews remain a client-side safeguard. (CLUS-8098) - The tool registry grows from 69 to 70 tools (41 pure-read, 26 CMON-mutating, 3 local-filesystem-writing; 22 flagged destructive), with 21 resource surfaces (3 static + 18 templates). (CLUS-8098)