v4.12.1
punkpeye/fastmcpv4.12.1Jul 27, 2026by github-actions[bot]
AI Summary
This release fixes an issue where SessionError and FastMCPError were not exported from the main package, improving library usability for consumers.
Key Highlights
- Exported SessionError and FastMCPError from the package root
- Resolved issue #298
- Closes issue #407
Full Release Notes
## [4.12.1](https://github.com/punkpeye/fastmcp/compare/v4.12.0...v4.12.1) (2026-07-27) ### Bug Fixes * export SessionError and FastMCPError from the package root ([#298](https://github.com/punkpeye/fastmcp/issues/298)) ([8041340](https://github.com/punkpeye/fastmcp/commit/8041340bae60eed989c0068c96688c4e0b364e91)), closes [#407](https://github.com/punkpeye/fastmcp/issues/407)