v3.14.5
punkpeye/fastmcpv3.14.5Aug 17, 2025by github-actions[bot]
AI Summary
This is a patch release that fixes a bug where session context was undefined when using stdio transport in FastMCP. The fix addresses issue #144 and was implemented in PR #164.
Key Highlights
- Fixed session context being undefined in stdio transport mode
- Resolved issue #144 affecting stdio transport functionality
Full Release Notes
## [3.14.5](https://github.com/punkpeye/fastmcp/compare/v3.14.4...v3.14.5) (2025-08-17) ### Bug Fixes * session context undefined in stdio transport ([#144](https://github.com/punkpeye/fastmcp/issues/144)) ([#164](https://github.com/punkpeye/fastmcp/issues/164)) ([e9c91c4](https://github.com/punkpeye/fastmcp/commit/e9c91c43e20e8c3380712d65bde0a28312eacae3))