v0.3.0
What's Changed
🚀 FastApiMCP now works with ASGI-transport by default.
This means the base_url
argument is redundant, and thus has been removed.
You can still set up an explicit base URL using the http_client
argument, and injecting your own httpx.AsyncClient
if necessary.
Removed
⚠️ Breaking Change: Removedbase_url
argument since it's not used anymore by the MCP transport.
Fixed
- 🐛 Fix short timeout issue (#71), increasing the default timeout to 10
Merges
- add readme file in Chinese: README_zh-CN.md by @shaom in #73
- HTTP Client Fixes and Improvements by @shahar4499 in #79
- bump version to 0.3.0 by @shahar4499 in #83
New Contributors
Full Changelog: v0.2.0...v0.3.0