Skip to content

v0.36.0

Latest

Choose a tag to compare

@dev-smartbear dev-smartbear released this 18 Aug 11:49
· 1 commit to main since this release
46b1238

Added

  • [PactFlow] publish_provider_contract tool: added support for AsyncAPI provider contracts (specification: "asyncapi"), alongside the existing OpenAPI ("oas") support.

Changed

  • [Zephyr] Update Zephyr Schemas #664
  • [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.