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 40e0f08 commit 67cd692Copy full SHA for 67cd692
crates/apollo-mcp-proxy/src/non_blocking_stdio.rs
@@ -109,7 +109,7 @@ impl Transport<RoleServer> for NonBlockStdIo {
109
fn receive(&mut self) -> impl Future<Output = Option<RxJsonRpcMessage<RoleServer>>> + Send {
110
async move {
111
let data = self.rx_in.recv().await;
112
- debug!("[NonBlockStdIo receiving] {data:?}");
+ debug!("[NonBlockStdIo] Receiving {data:?}");
113
data
114
}
115
0 commit comments