Skip to content

Commit 9b6f017

Browse files
committed
test: add tests for priming behavior on stream start and close
1 parent 104b995 commit 9b6f017

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/rmcp/tests/test_with_js.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ async fn test_with_js_streamable_http_client() -> anyhow::Result<()> {
7272
stateful_mode: true,
7373
sse_keep_alive: None,
7474
cancellation_token: ct.child_token(),
75+
..Default::default()
7576
},
7677
);
7778
let router = axum::Router::new().nest_service("/mcp", service);

0 commit comments

Comments
 (0)