From ddfcd3fd3919170128a3b5a5dbdd50af1a77a24b Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Wed, 4 Mar 2026 15:08:40 +0100 Subject: [PATCH] fix(fxt): add tokio io-std feature for MCP stdin/stdout Co-Authored-By: Claude Opus 4.6 --- bin/fxt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/fxt/Cargo.toml b/bin/fxt/Cargo.toml index 857c154c2..c1b2588cd 100644 --- a/bin/fxt/Cargo.toml +++ b/bin/fxt/Cargo.toml @@ -27,7 +27,7 @@ tonic-prost.workspace = true # Required for Tonic 0.14 generated code prost.workspace = true # Required for generated protobuf code # Core async and serialization (essential) -tokio.workspace = true +tokio = { workspace = true, features = ["io-std"] } tokio-stream.workspace = true serde.workspace = true serde_json.workspace = true