v1.5.1
Fixed
- MCP handshake advertised the wrong version —
FastMCP()was constructed without an explicitversion, so theinitializeresponse'sserverInfo.versionfell back to the FastMCP package version (e.g.3.2.4) instead of the application version. The constructor now receivesversion=__version__.
Changed
- Upgraded
fastmcp[apps]from>=3.2.4to>=3.3.1,<3.4.
Full Changelog: v1.5.0...v1.5.1