v3.33.0
punkpeye/fastmcpv3.33.0Feb 16, 2026by github-actions[bot]
AI Summary
This release adds HTTPS support for FastMCP servers and fixes edge runtime issues including protocol version handling and Zod 4 schema conversion.
Key Highlights
- Added HTTPS support
- Fixed edge runtime to use LATEST_PROTOCOL_VERSION
- Fixed Zod 4 schema conversion
New Features
- HTTPS support
Full Release Notes
# [3.33.0](https://github.com/punkpeye/fastmcp/compare/v3.32.0...v3.33.0) (2026-02-16) ### Bug Fixes * **edge:** use LATEST_PROTOCOL_VERSION and fix Zod 4 schema conversion ([#242](https://github.com/punkpeye/fastmcp/issues/242)) ([2d37c5e](https://github.com/punkpeye/fastmcp/commit/2d37c5ef2619974479254f07bcd7515d4d839f90)) ### Features * add HTTPS support ([#239](https://github.com/punkpeye/fastmcp/issues/239)) ([1252458](https://github.com/punkpeye/fastmcp/commit/12524581c777ccfd9d72d00b7230838f0af3800d))