Skip to content

v0.3.1 - Authorization

Compare
Choose a tag to compare
@shahar4499 shahar4499 released this 22 Apr 09:39
· 36 commits to main since this release
83c9180

🚀 FastApiMCP now supports MCP Authorization!

You can now add MCP-compliant OAuth configuration in a FastAPI-native way, using your existing FastAPI Depends() that we all know and love.

Added

PRs

New Contributors

Test Coverage Note

Adding authorization reduced tests coverage significantly, since a lot of auth-related code is not covered by tests at the moment.
This will be fixed, but note that the rest of the API isn't affected by it.
Auth is still in "alpha" stage in FastAPI-MCP.

Full Changelog: v0.3.0...v0.3.1