Skip to content

Commit bc547b3

Browse files
committed
Update changelog
1 parent 8ba49a3 commit bc547b3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.3.0]
8+
## [Unreleased]
99

1010
🚀 FastApiMCP now supports MCP Authorization!
1111

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

1414
### Added
15-
- 🎉 Support for Authentication / Authorization compliant to [MCP 2025-03-26 Specification](https://modelcontextprotocol.io/specification/2025-03-26/basic/authorization), using OAuth 2.1
15+
- 🎉 Support for Authentication / Authorization compliant to [MCP 2025-03-26 Specification](https://modelcontextprotocol.io/specification/2025-03-26/basic/authorization), using OAuth 2.1. (#10)
16+
- 🎉 Support passing http headers to tool calls (#82)
1617

17-
## [Unreleased]
18+
## [0.3.0]
1819

1920
🚀 FastApiMCP now works with ASGI-transport by default.
2021

0 commit comments

Comments
 (0)