Metadata-Version: 2.4
Name: mcp-oauth2
Version: 0.1.0
Summary: Minimal, secure OAuth2 authorization library for MCP servers
Project-URL: Homepage, https://github.com/mcp-oauth2/mcp-oauth2
Project-URL: Documentation, https://mcp-oauth2.readthedocs.io
Project-URL: Repository, https://github.com/mcp-oauth2/mcp-oauth2.git
Project-URL: Bug Tracker, https://github.com/mcp-oauth2/mcp-oauth2/issues
Author-email: MCP OAuth2 Team <team@mcp-oauth2.dev>
License-File: LICENSE
Keywords: authentication,fastapi,jwt,mcp,oauth2
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.13.5
Requires-Dist: cryptography>=41.0.0
Requires-Dist: fastapi>=0.104.0
Requires-Dist: httpx>=0.25.0
Requires-Dist: pydantic>=2.5.0
Requires-Dist: pyjwt[crypto]>=2.8.0
