You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Common] Migrated the MCP server implementation from @modelcontextprotocol/sdk v1 to the @modelcontextprotocol/{server,node,server-legacy} v2 packages. This is an internal implementation change; tool, prompt, and resource behavior is unchanged. As part of this, [Zephyr] tools that combine a params and body schema (e.g. create_test_case_issue_link, update_test_case) now advertise a flat JSON Schema instead of allOf, for compatibility with MCP clients that don't support allOf. #654
[Common] Corrected the Node.js version requirement in the README to 22+.
Fixed
[Swagger] Fixed swagger_get_document and swagger_update_document tools returning MCP error -32602 schema mismatch when the API response contained additional properties not defined in the output schema.