v3.26.9
punkpeye/fastmcpv3.26.9Jan 15, 2026by github-actions[bot]
AI Summary
This is a minor bug fix release that improves internal data structure handling by using `Map` for storing prompts and resources, which provides better performance and more predictable key ordering.
Key Highlights
- Changed internal prompts storage to use `Map` data structure
- Changed internal resources storage to use `Map` data structure
- Addresses GitHub issue #223
Full Release Notes
## [3.26.9](https://github.com/punkpeye/fastmcp/compare/v3.26.8...v3.26.9) (2026-01-15) ### Bug Fixes * use `Map` for internal `prompts` and `resources` storage ([#223](https://github.com/punkpeye/fastmcp/issues/223)) ([827d1e8](https://github.com/punkpeye/fastmcp/commit/827d1e8d838e8844021d4b455a25a7dcffea883a))