Skip to content

v2.3.0

Choose a tag to compare

@github-actions github-actions released this 08 Apr 01:01
· 73 commits to main since this release

Release v2.3.0

Release type: stable
Release line: 2.3.x
Branch: release/2.3.x

[2.3.0] - 2026-04-08

Added

  • Implemented built-in format resolvers, enriching JSON Schema with constraints based on OpenAPI format values (e.g., uuid, date-time, int32).
  • Added support for custom format resolvers through formatResolvers option in GenerateOptions.
  • Enabled resolution of schema formats globally with resolveFormats flag in GenerateOptions.

Changed

  • Updated engine requirement to Node.js v20 or higher.
  • Upgraded @apidevtools/json-schema-ref-parser dependency to v15.3.5.

Fixed

  • Improved handling of OpenAPI document validation when dereferencing.
  • Corrected source map misalignments during coverage reporting.

Security

  • No security issues addressed in this release.

Installation

npm install mcp-from-openapi@2.3.0