Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-05 | 2.3 kB | |
v2.10.2_ Forward March source code.tar.gz | 2025-07-05 | 2.7 MB | |
v2.10.2_ Forward March source code.zip | 2025-07-05 | 2.9 MB | |
Totals: 3 Items | 5.7 MB | 0 |
The headline feature of this release is the ability to "forward" advanced MCP interactions like logging, progress, and elicitation through proxy servers. If the remote server requests an elicitation, the proxy client will pass that request to the new, "ultimate" client.
What's Changed
New Features 🎉
- Proxy support advanced MCP features by @hopeful0 in https://github.com/jlowin/fastmcp/pull/1022
Enhancements 🔧
- Re-add splash screen by @jlowin in https://github.com/jlowin/fastmcp/pull/1027
- Reduce banner padding by @jlowin in https://github.com/jlowin/fastmcp/pull/1030
- Allow per-server timeouts in MCPConfig by @cegersdoerfer in https://github.com/jlowin/fastmcp/pull/1031
- Support 'scp' claim for OAuth scopes in BearerAuthProvider by @jlowin in https://github.com/jlowin/fastmcp/pull/1033
- Add path expansion to image/audio/file by @jlowin in https://github.com/jlowin/fastmcp/pull/1038
- Ensure multi-client configurations use new ProxyClient by @jlowin in https://github.com/jlowin/fastmcp/pull/1045
Fixes 🐞
- Expose stateless_http kwarg for mcp.run() by @jlowin in https://github.com/jlowin/fastmcp/pull/1018
- Avoid propagating logs by @jlowin in https://github.com/jlowin/fastmcp/pull/1042
Docs 📚
- Clean up docs by @jlowin in https://github.com/jlowin/fastmcp/pull/1028
- Docs: clarify server URL paths for ChatGPT integration by @thap2331 in https://github.com/jlowin/fastmcp/pull/1017
Other Changes 🦾
- Split giant openapi test file into smaller files by @jlowin in https://github.com/jlowin/fastmcp/pull/1034
- Add comprehensive OpenAPI 3.0 vs 3.1 compatibility tests by @jlowin in https://github.com/jlowin/fastmcp/pull/1035
- Update banner and use console.log by @jlowin in https://github.com/jlowin/fastmcp/pull/1041
New Contributors
- @cegersdoerfer made their first contribution in https://github.com/jlowin/fastmcp/pull/1031
- @hopeful0 made their first contribution in https://github.com/jlowin/fastmcp/pull/1022
- @thap2331 made their first contribution in https://github.com/jlowin/fastmcp/pull/1017
Full Changelog: https://github.com/jlowin/fastmcp/compare/v2.10.1...v2.10.2