MCP does not currently publish a separate semantic version. This log uses shipped backend commits, including the platform's 2.1.0 release, so every entry maps to a real release.
v2.1.0
cb4e797
September 8, 2026
Platform release and rollout hardening
Set the published CLI package version and CLI runtime version to 2.1.0.
Added a deployment health gate that polls the backend up to 30 times before accepting a replacement image.
Added automatic restoration of the prior backend image when the replacement does not become healthy. No MCP tool or transport schema changed in this commit.
8677495
September 8, 2026
Full workspace API coverage
Expanded the synchronized MCP catalog to 85 tools.
Closed missing and stale tool coverage against the workspace API audit.
Kept privileged internal, webhook, and authentication routes outside the tool surface.
40f3c7f
September 7, 2026
Governed MCP server
Moved tools through workspace APIs instead of direct database access.
Added typed schemas, structured failures, safe projections, and API-key attribution.
Added tools for reports, templates, governed datasets, metrics, agents, knowledge, lineage, and health.
fa04a29
July 1, 2026
Attribution and scheduling correctness
Centralized cron scheduling behavior.
Added API-key identity attribution to MCP audit records.
3328eaa
April 29, 2026
Session authorization hardening
Required message requests to resolve the same workspace as the initiating SSE session.
Added regression coverage for MCP authorization guards.
4a8b25e
April 5, 2026
Initial MCP transport
Introduced the MCP server with SSE and stdio transports.
Added API-key authentication middleware and workspace tools.