chore: logs

This commit is contained in:
zhom
2026-03-24 09:07:45 +04:00
parent 71563c1cdc
commit 95b17e368d
+3
View File
@@ -476,6 +476,9 @@ async fn main() {
.expect("url is required")
.clone();
// Suppress debug logging for bridge mode — stderr noise confuses MCP clients
log::set_max_level(log::LevelFilter::Warn);
// stdio↔HTTP MCP bridge: translates stdio JSON-RPC to Streamable HTTP transport
let client = reqwest::Client::new();
let stdin = tokio::io::stdin();