Skip to content

v0.3.0

Compare
Choose a tag to compare
@shahar4499 shahar4499 released this 20 Apr 00:18
· 58 commits to main since this release
6a04d2b

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: Removed base_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

New Contributors

  • @shaom made their first contribution in #73

Full Changelog: v0.2.0...v0.3.0