Skip to content

Epistates/TurboMCP

v3.0.5 Bugfix

This release fixes issues for SREs watching stability and regressions.

Published 2mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

mcp mcp-client mcp-sdk mcp-server mcp-servers rust

Summary

AI summary

Cross‑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(), UnixTransport import, std::path::PathBuf import) is now gated behind #[cfg(unix)]. This allows turbomcp-proxy to compile cleanly on Windows, where Unix sockets are unavailable. Unix-specific CLI branches (BackendType::Unix match arms) and tests are similarly gated. The prelude re-export of UnixFrontend/UnixFrontendConfig is 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

Track Epistates/TurboMCP

Get notified when new releases ship.

Sign up free

About Epistates/TurboMCP

TurboMCP SDK: Enterprise MCP SDK in Rust

All releases →

Beta — feedback welcome: [email protected]