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 ffcaa7a commit aba4c42Copy full SHA for aba4c42
crates/rust-mcp-sdk/src/mcp_runtimes/server_runtime.rs
@@ -521,8 +521,6 @@ impl ServerRuntime {
521
// Drop tx to close the channel and collect remaining results
522
drop(tx);
523
while let Some(result) = rx.recv().await {
524
- println!(">>> 3000 {:?} ", result);
525
-
526
result?; // Propagate errors
527
}
528
return Ok(());
0 commit comments