This release fixes issues for SREs watching stability and regressions.
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 summaryCross‑platform compilation fix enables turbomcp-proxy to build on Windows by gating Unix socket code behind #[cfg(unix)].
Full changelog
[3.0.5] - 2026-03-17
Fixed
- Cross-platform compilation in
turbomcp-proxy— All Unix domain socket code (BackendTransport::Unix,BackendConfig::Unix,UnixFrontend,with_unix_backend(),UnixTransportimport,std::path::PathBufimport) is now gated behind#[cfg(unix)]. This allowsturbomcp-proxyto compile cleanly on Windows, where Unix sockets are unavailable. Unix-specific CLI branches (BackendType::Unixmatch arms) and tests are similarly gated. Thepreludere-export ofUnixFrontend/UnixFrontendConfigis now also conditional.
Full Changelog: https://github.com/Epistates/turbomcp/compare/v3.0.4...v3.0.5
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]