v3.32.0
punkpeye/fastmcpv3.32.0Feb 6, 2026by github-actions[bot]
AI Summary
This release adds support for ext-apps _meta enabling interactive UI components and fixes an OAuth token response parsing issue where expires_in needed to be coerced to a number.
Key Highlights
- Added ext-apps _meta support for interactive UI components
- Fixed OAuth expires_in parsing to coerce to number
New Features
- ext-apps _meta support for interactive UI components
Full Release Notes
# [3.32.0](https://github.com/punkpeye/fastmcp/compare/v3.31.0...v3.32.0) (2026-02-06) ### Bug Fixes * **oauth:** coerce expires_in to number in token response parsing ([#237](https://github.com/punkpeye/fastmcp/issues/237)) ([23d0d8c](https://github.com/punkpeye/fastmcp/commit/23d0d8c8d19fd531c8d3a6d42c4d035c819b20a3)) ### Features * add ext-apps _meta support for interactive UI components ([#236](https://github.com/punkpeye/fastmcp/issues/236)) ([95d010f](https://github.com/punkpeye/fastmcp/commit/95d010f5d86e549595c3febba99dd6fa9f78dd5e)), closes [#229](https://github.com/punkpeye/fastmcp/issues/229)