We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104b995 commit 9b6f017Copy full SHA for 9b6f017
crates/rmcp/tests/test_with_js.rs
@@ -72,6 +72,7 @@ async fn test_with_js_streamable_http_client() -> anyhow::Result<()> {
72
stateful_mode: true,
73
sse_keep_alive: None,
74
cancellation_token: ct.child_token(),
75
+ ..Default::default()
76
},
77
);
78
let router = axum::Router::new().nest_service("/mcp", service);
0 commit comments