Skip to main content

Agent Canvas 1.22.0

Released September 22, 2026. View the full release on GitHub.

Highlights

  • MCP server health on cloud backends — Remote (SSE and Streamable HTTP) MCP servers can now be tested from the MCP settings page on a cloud backend, routed through the app server’s POST /api/v1/mcp/test endpoint. stdio servers are still not tested on cloud backends because they start inside the conversation sandbox, so no Test button is offered for them. See Check MCP Server Health.
  • Git Sync for organization admins — The Git Sync entry point now follows organization admin/owner permissions on cloud backends instead of being restricted to local backends. Organization members without permission see a no-access state. See Sync Automations with Git.
  • Turkish UI translations — Recently added user-facing strings are translated into Turkish.

Fixes

  • Organization members can now reach the add and import automation entry points on cloud backends; creating an automation follows view permission rather than manage permission. See Managing Automations.
  • Links that leave the Canvas single-page app (cmd/ctrl+click, middle-click, copied links, toast links, and exported records) keep the Canvas base path instead of resolving to the enterprise app root.
  • Saving a token-based MCP server against a cloud backend no longer drops sibling MCP servers from the saved configuration.
  • Home-page automation rows link to the automation view instead of the automation’s latest run conversation.
  • Cloud organizations the server marks as not visible are hidden from the backend selector.

Maintenance

  • Released agent runtime dependencies bumped: SDK, Agent Server, and TypeScript client 1.49.4, Automation 1.14.0.
  • Removed the obsolete agent-client-protocol<0.11 constraint.

Full Changelog