A Python tool that automatically converts OpenAPI(Swagger, ETAPI) compatible specifications into fully functional Model Context Protocol (MCP) servers. Generates Docker-ready implementations with support for SSE/IO communication protocols, authentication, and comprehensive error handling. https://pypi.org/project/openapi-mcp-generator/
Stars
28
Forks
8
Watchers
28
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
17
commits
Bump version to 0.1.1 and add __init__.py to templates directory (#13)
3becfebView on GitHubAdd GitHub Actions workflow for creating release artifacts and update… (#11)
9bac01aView on GitHubEnhance OpenAPI parser to support directory input and JSON API files;… (#10)
69f1d3fView on GitHubAdd package_data configuration to include template files (#9)
6dd8943View on GitHubcloses #4 Refactor codebase into a modular structure with backward compatibility (#8)
76637aaView on GitHubCloses #02 Merge pull request #3 from abutbul/bugfix/oneOf
58e4e05View on GitHubupdate GitHub Actions workflow to use Python setup v5 and correct output directory paths
9603a42View on GitHubadd Reference Test API according to user bug reports. + fix oneOf bug + tests workflow for prs
cd8a4f8View on GitHub