This release adds 4 notable features for engineering teams evaluating rollout.
Published 3mo
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 in-process channel transport for zero-overhead same‑process MCP communication.
Full changelog
[3.0.1] - 2026-03-05
Added
- In-process channel transport - Zero-overhead
channeltransport usingtokio::sync::mpscchannels for same-process MCP communication. Eliminates line framing, flushing, and redundant JSON parsing. 1.4x faster than rmcp on tool call latency (14μs vs 19μs), 1.2x higher throughput (71k rps vs 59k rps). TransportType::Channelvariant - AddedChannelto bothturbomcp-coreandturbomcp-transport-traitsTransportTypeenums, withis_local()classification and properDisplay/serde support.RequestContext::channel()factory - Convenience constructor for channel transport contexts inturbomcp-server.channelfeature flag - New feature onturbomcp-serverandturbomcpcrates, included inall-transportsbundle.
Fixed
- Channel transport type identification -
ChannelTransport::transport_type()now correctly returnsTransportType::Channelinstead ofTransportType::Stdio.
Full Changelog: https://github.com/Epistates/turbomcp/compare/v3.0.0...v3.0.1
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]