Skip to content

Commit 96fc5a8

Browse files
author
Julian Montes de Oca
committed
Include reqwest in transport-streamble-http-client feature
1 parent 05e9a04 commit 96fc5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rmcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ transport-worker = ["dep:tokio-stream"]
107107

108108

109109
# Streamable HTTP client
110-
transport-streamable-http-client = ["client-side-sse", "transport-worker"]
110+
transport-streamable-http-client = ["client-side-sse", "transport-worker", "reqwest"]
111111

112112

113113
transport-async-rw = ["tokio/io-util", "tokio-util/codec"]

0 commit comments

Comments
 (0)