Metadata-Version: 2.4
Name: openapi2mcp-py
Version: 0.1.0
Summary: Generate MCP servers from OpenAPI specs, in multiple target languages (Python, TypeScript, ...)
Project-URL: Homepage, https://github.com/OrgBloch/openapi2mcp-py
Project-URL: Issues, https://github.com/OrgBloch/openapi2mcp-py/issues
Author-email: Johannes Bloch <johannes@bloch.dk>
License-Expression: MIT
License-File: LICENSE
Keywords: code-generation,mcp,model-context-protocol,openapi
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Code Generators
Requires-Python: >=3.10
Requires-Dist: jinja2>=3.1
Requires-Dist: prance[osv]>=23.6
Requires-Dist: pydantic>=2.6
Requires-Dist: pyyaml>=6.0
Requires-Dist: typer>=0.12
Provides-Extra: dev
Requires-Dist: build>=1.0; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: twine>=5.0; extra == 'dev'
Description-Content-Type: text/markdown

# openapi2mcp-py
A Python based CLI tool that will convert a OpenApi spec to a MCP server
