Skip to content

v1.5.1

Choose a tag to compare

@ralfbecher ralfbecher released this 06 Jun 16:40
· 11 commits to main since this release
0a8ab54

Fixed

  • MCP handshake advertised the wrong versionFastMCP() was constructed without an explicit version, so the initialize response's serverInfo.version fell back to the FastMCP package version (e.g. 3.2.4) instead of the application version. The constructor now receives version=__version__.

Changed

  • Upgraded fastmcp[apps] from >=3.2.4 to >=3.3.1,<3.4.

Full Changelog: v1.5.0...v1.5.1