v0.2.0
openapi-go-mcp v0.2.0
Install via Homebrew:
brew install dipjyotimetia/tap/openapi-go-mcp
Or pull the container image:
docker pull ghcr.io/dipjyotimetia/openapi-go-mcp:0.2.0
Or grab a binary from the assets below.
Changelog
- 542b537: Add end-to-end tests for Petstore and Users API using Go SDK and Mark3Labs (@dipjyotimetia)
- 506769e: feat(batch): enhance slugging to reject digit-leading stems and improve error handling (@dipjyotimetia)
- 0f6a46f: feat(loader): add WriteV3YAMLJSONOnly function and tests for OpenAPI v3 YAML emission (@dipjyotimetia)
- 6b670b1: feat(runtime): enhance cookie handling and add tests for CookieRequestEditor (@dipjyotimetia)
- b66a3ae: feat(runtime): enhance tool handling and server variable substitution (@dipjyotimetia)
- bd3e16d: feat(todos): refactor example into separate binaries and enhance README documentation (@dipjyotimetia)
- 4ad3e89: feat(todos): remove outdated comments and clean up code in generator and runtime packages (@dipjyotimetia)
- d59f986: feat: add proxy mode support for MCP tool generation (@dipjyotimetia)
- 463a274: feat: enhance architecture documentation and clean up generated MCP code imports (@dipjyotimetia)
- 3e190e8: feat: implement main command for generating MCP-server Go code from OpenAPI specifications (@dipjyotimetia)
- 48bc8e1: refactor: rename package from openapi-gen-go-mcp to openapi-go-mcp (@dipjyotimetia)