This release adds 2 notable features for engineering teams evaluating rollout.
Published 2mo
MCP Developer Tools
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
mcp
mcp-client
mcp-sdk
mcp-server
mcp-servers
rust
Summary
AI summaryAdded progress notification handling and cursor-based pagination for list operations.
Full changelog
[3.0.4] - 2026-03-15
Added
- Progress notification handler — New
ProgressHandlertrait andProgressNotificationre-export inturbomcp-client. The client now routesnotifications/progressto a registered handler instead of silently dropping them. Register viaClientBuilder::with_progress_handler()orClient::set_progress_handler(). - Cursor-based pagination for all list operations —
list_tools(),list_resources(),list_resource_templates(), andlist_prompts()now automatically follownext_cursorto collect all pages (capped at 1000 pages as a safety bound). New*_paginated(cursor)variants (list_tools_paginated,list_resources_paginated,list_resource_templates_paginated,list_prompts_paginated) expose manual pagination control with the full result type includingnext_cursor.
Full Changelog: https://github.com/Epistates/turbomcp/compare/v3.0.3...v3.0.4
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Beta — feedback welcome: [email protected]