v3.19.1
punkpeye/fastmcpv3.19.1Oct 6, 2025by github-actions[bot]
AI Summary
This is a bug fix release that addresses an issue where query parameters were not being allowed in embedded functions. The fix resolves issue #187, enabling proper handling of query parameters in embedded function contexts.
Key Highlights
- Fixed query parameter handling in embedded functions
- Resolved issue #187 that was blocking query params in embedded function calls
Full Release Notes
## [3.19.1](https://github.com/punkpeye/fastmcp/compare/v3.19.0...v3.19.1) (2025-10-06) ### Bug Fixes * allow query params in embedded function ([#187](https://github.com/punkpeye/fastmcp/issues/187)) ([2180eed](https://github.com/punkpeye/fastmcp/commit/2180eeda1d64edb6b5171f0ec14a5f66d98aed2c))