Skip to content

Releases: kadykov/mcp-openapi-schema-explorer

v1.2.1

13 Apr 14:09
Compare
Choose a tag to compare

1.2.1 (2025-04-13)

Bug Fixes

  • update Node.js setup to match Dockerfile version and include dev dependencies (8658705)

v1.1.0

13 Apr 10:43
Compare
Choose a tag to compare

1.1.0 (2025-04-13)

Features

  • enhance component and path item rendering with descriptions and examples in hints (6989159)

v1.0.2

13 Apr 10:22
Compare
Choose a tag to compare

1.0.2 (2025-04-13)

Bug Fixes

  • update CI workflow to use RELEASE_TOKEN and disable credential persistence (e7b18f9)

v1.0.1

12 Apr 17:43
Compare
Choose a tag to compare

1.0.1 (2025-04-12)

Bug Fixes

  • add openapi-types dependency to package.json and package-lock.json (d348fb9)

v1.0.0

12 Apr 17:12
Compare
Choose a tag to compare

1.0.0 (2025-04-12)

Bug Fixes

  • add codecov badge to README for improved visibility of test coverage (ed7bf93)

Features

  • add CI workflow and dependabot configuration for automated updates (2d0b22e)
  • Add configuration management for OpenAPI Explorer (b9f4771)
  • add CONTRIBUTING.md and enhance README with detailed project information (1f4b2d5)
  • Add end-to-end tests for OpenAPI resource handling (d1ba7ab)
  • Add pre-commit hook to format staged files with Prettier (af58250)
  • Add SchemaListHandler and implement schema listing resource with error handling (873bbee)
  • Add support for minified JSON output format and related enhancements (f0cb5b8)
  • Enhance endpoint features and add endpoint list handler with improved error handling (32082ac)
  • Enhance OpenAPI resource handling with new templates and completion tests (45e4938)
  • Enhance output formatting with JSON and YAML support, including formatter implementations and configuration updates (e63fafe)
  • Implement dynamic server name based on OpenAPI spec title (aaa691f)
  • Implement EndpointListHandler and add endpoint list resource to server (b81a606)
  • Implement Map-based validation helpers to enhance security and error handling (a4394c9)
  • Implement resource completion logic and add related tests (de8f297)
  • Implement SchemaHandler and add schema resource support with error handling (2fae461)
  • initialize MCP OpenAPI schema explorer project (fd64242)
  • Introduce suppressExpectedConsoleError utility to manage console.error during tests (ef088c2)
  • Update dependencies to include swagger2openapi and @types/js-yaml (8acb951)
  • update descriptions in API methods to include URL-encoding notes (b71dbdf)
  • Update endpoint URI template to support wildcard parameters (ce1281f)
  • Update EndpointHandler to return detailed operation responses for GET and POST methods (af55400)
  • Update license compliance check to include Python-2.0 (e00c5e2)
  • Update MCP inspector command to support YAML output format (f7fb551)
  • update release job to match Node.js version and include dev dependencies (f3aeb87)