v3.3.1
punkpeye/fastmcpv3.3.1Jun 16, 2025by github-actions[bot]
AI Summary
This is a bug fix release that resolves an issue with the `file-type` package by replacing static imports with dynamic imports. The change addresses compatibility or loading issues related to how the `file-type` package is imported.
Key Highlights
- Fixed import issue with the `file-type` package by using dynamic imports instead of static imports
- Resolves GitHub issue #119
Full Release Notes
## [3.3.1](https://github.com/punkpeye/fastmcp/compare/v3.3.0...v3.3.1) (2025-06-16) ### Bug Fixes * replaced static imports with dynamic imports for the `file-type` package ([#119](https://github.com/punkpeye/fastmcp/issues/119)) ([e309123](https://github.com/punkpeye/fastmcp/commit/e30912374028710dc77014b608512189e00b561d))