Tags: kadykov/mcp-openapi-schema-explorer
Tags
chore(release): 1.2.0 [skip ci] # [1.2.0](v1.1.0...v1.2.0) (2025-04-13) ### Bug Fixes * remove husky.sh sourcing from pre-commit hook ([2cf9455](2cf9455)) * update Docker Hub login to use secrets for credentials ([ab2136b](ab2136b)) ### Features * implement Docker support with multi-stage builds and CI integration ([910dc02](910dc02))
chore(release): 1.0.0 [skip ci] # 1.0.0 (2025-04-12) ### Bug Fixes * add codecov badge to README for improved visibility of test coverage ([ed7bf93](ed7bf93)) ### Features * add CI workflow and dependabot configuration for automated updates ([2d0b22e](2d0b22e)) * Add configuration management for OpenAPI Explorer ([b9f4771](b9f4771)) * add CONTRIBUTING.md and enhance README with detailed project information ([1f4b2d5](1f4b2d5)) * Add end-to-end tests for OpenAPI resource handling ([d1ba7ab](d1ba7ab)) * Add pre-commit hook to format staged files with Prettier ([af58250](af58250)) * Add SchemaListHandler and implement schema listing resource with error handling ([873bbee](873bbee)) * Add support for minified JSON output format and related enhancements ([f0cb5b8](f0cb5b8)) * Enhance endpoint features and add endpoint list handler with improved error handling ([32082ac](32082ac)) * Enhance OpenAPI resource handling with new templates and completion tests ([45e4938](45e4938)) * Enhance output formatting with JSON and YAML support, including formatter implementations and configuration updates ([e63fafe](e63fafe)) * Implement dynamic server name based on OpenAPI spec title ([aaa691f](aaa691f)) * Implement EndpointListHandler and add endpoint list resource to server ([b81a606](b81a606)) * Implement Map-based validation helpers to enhance security and error handling ([a4394c9](a4394c9)) * Implement resource completion logic and add related tests ([de8f297](de8f297)) * Implement SchemaHandler and add schema resource support with error handling ([2fae461](2fae461)) * initialize MCP OpenAPI schema explorer project ([fd64242](fd64242)) * Introduce suppressExpectedConsoleError utility to manage console.error during tests ([ef088c2](ef088c2)) * Update dependencies to include swagger2openapi and @types/js-yaml ([8acb951](8acb951)) * update descriptions in API methods to include URL-encoding notes ([b71dbdf](b71dbdf)) * Update endpoint URI template to support wildcard parameters ([ce1281f](ce1281f)) * Update EndpointHandler to return detailed operation responses for GET and POST methods ([af55400](af55400)) * Update license compliance check to include Python-2.0 ([e00c5e2](e00c5e2)) * Update MCP inspector command to support YAML output format ([f7fb551](f7fb551)) * update release job to match Node.js version and include dev dependencies ([f3aeb87](f3aeb87))