v4.16.7
punkpeye/fastmcpv4.16.7Aug 21, 2026by github-actions[bot]
AI Summary
This update fixes an edge case in the reconnection logic where the system failed to answer reconnections that required replaying events to catch up on missed data. It ensures that users remain in sync with the server state by processing necessary replay events during the reconnection process.
Key Highlights
- Fixes reconnection replay logic
- Ensures event synchronization during disconnects
Full Release Notes
## [4.16.7](https://github.com/punkpeye/fastmcp/compare/v4.16.6...v4.16.7) (2026-08-21) ### Bug Fixes * **edge:** answer reconnects whose replay has events to catch up on ([4b0bb92](https://github.com/punkpeye/fastmcp/commit/4b0bb92095275dd78187a65e3397e081435db178))