v3.8.3
punkpeye/fastmcpv3.8.3Jul 9, 2025by github-actions[bot]
AI Summary
This is a minor bug fix release that addresses missing type exports in the fastmcp library. The release resolves issue #145 by adding the necessary type exports that were previously unavailable to consumers of the library.
Key Highlights
- Fixed missing type exports for improved TypeScript compatibility
- Resolved issue #145 - types are now properly exported from the package
Full Release Notes
## [3.8.3](https://github.com/punkpeye/fastmcp/compare/v3.8.2...v3.8.3) (2025-07-09) ### Bug Fixes * add missing type exports ([#145](https://github.com/punkpeye/fastmcp/issues/145)) ([8d3293e](https://github.com/punkpeye/fastmcp/commit/8d3293e1e801aaff173c25be627771f2defa529e))