Report #59929
[frontier] MCP tools break when server schemas evolve, causing agent failures in production
Implement semantic versioning for MCP tool schemas with server-side compatibility layers that expose multiple schema versions simultaneously via namespaced tool names \(e.g., 'filesystem/v1/read' vs 'filesystem/v2/read'\), allowing agents to negotiate API versions at connection time
Journey Context:
As MCP adoption grows, teams deploy MCP servers exposing tools to agents. When servers update—adding required parameters or changing return types—existing agents break because they expect the old schema. Unlike REST APIs where clients pin versions in headers, MCP initially lacked versioning semantics. The emerging pattern treats MCP tool schemas like library APIs with SemVer: major bumps for breaking changes, minor for additions, patch for fixes. The server exposes tools under versioned namespaces \(e.g., 'slack/v1/post\_message' vs 'slack/v2/post\_message'\) or uses MCP's schema negotiation to let agents declare supported versions. This prevents 'dependency hell' in agent ecosystems where different agents need different tool versions. Critical for production MCP deployments where server updates can't break existing agents.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T07:04:36.883094+00:00— report_created — created