Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-19 | 3.3 kB | |
v2.10.6_ Hymn for the Weekend source code.tar.gz | 2025-07-19 | 1.7 MB | |
v2.10.6_ Hymn for the Weekend source code.zip | 2025-07-19 | 1.8 MB | |
Totals: 3 Items | 3.5 MB | 2 |
A special Saturday release with many fixes.
What's Changed
Enhancements 🔧
- Resolve [#1139] -- Implement include_context argument in Context.sample by @codingjoe in https://github.com/jlowin/fastmcp/pull/1141
- feat(settings): add log level normalization by @ka2048 in https://github.com/jlowin/fastmcp/pull/1171
- add server name to mounted server warnings by @artificial-aidan in https://github.com/jlowin/fastmcp/pull/1147
- Add StatefulProxyClient by @hopeful0 in https://github.com/jlowin/fastmcp/pull/1109
Fixes 🐞
- Fix OpenAPI empty parameters by @FabrizioSandri in https://github.com/jlowin/fastmcp/pull/1128
- Fix title field preservation in tool transformations by @jlowin in https://github.com/jlowin/fastmcp/pull/1131
- Fix optional parameter validation in OpenAPI integration by @jlowin in https://github.com/jlowin/fastmcp/pull/1135
- Do not silently exclude the "context" key from JSON body by @melkamar in https://github.com/jlowin/fastmcp/pull/1153
- Fix tool output schema generation to respect Pydantic serialization aliases by @zzstoatzz in https://github.com/jlowin/fastmcp/pull/1148
- fix: _replace_ref_with_defs; ensure ref_path is string by @itaru2622 in https://github.com/jlowin/fastmcp/pull/1164
- Fix nesting when making OpenAPI arrays and objects optional by @melkamar in https://github.com/jlowin/fastmcp/pull/1178
- Fix
mcp-json
output format to include server name by @jlowin in https://github.com/jlowin/fastmcp/pull/1185 - Only configure logging one time by @jlowin in https://github.com/jlowin/fastmcp/pull/1187
Docs 📚
- Update changelog.mdx by @jlowin in https://github.com/jlowin/fastmcp/pull/1127
- Eunomia Authorization with native FastMCP's Middleware by @tommitt in https://github.com/jlowin/fastmcp/pull/1144
- update api ref for new
mdxify
version by @zzstoatzz in https://github.com/jlowin/fastmcp/pull/1182
Other Changes 🦾
- Expand empty parameter filtering and add comprehensive tests by @jlowin in https://github.com/jlowin/fastmcp/pull/1129
- Add no-commit-to-branch hook by @zzstoatzz in https://github.com/jlowin/fastmcp/pull/1149
- Update README.md by @jlowin in https://github.com/jlowin/fastmcp/pull/1165
- skip on rate limit by @zzstoatzz in https://github.com/jlowin/fastmcp/pull/1183
- Remove deprecated proxy creation by @jlowin in https://github.com/jlowin/fastmcp/pull/1186
- Separate integration tests from unit tests in CI by @jlowin in https://github.com/jlowin/fastmcp/pull/1188
New Contributors
- @FabrizioSandri made their first contribution in https://github.com/jlowin/fastmcp/pull/1128
- @melkamar made their first contribution in https://github.com/jlowin/fastmcp/pull/1153
- @codingjoe made their first contribution in https://github.com/jlowin/fastmcp/pull/1141
- @itaru2622 made their first contribution in https://github.com/jlowin/fastmcp/pull/1164
- @ka2048 made their first contribution in https://github.com/jlowin/fastmcp/pull/1171
- @artificial-aidan made their first contribution in https://github.com/jlowin/fastmcp/pull/1147
Full Changelog: https://github.com/jlowin/fastmcp/compare/v2.10.5...v2.10.6