core-agent-ide/codex-rs/mcp-client/src
Michael Bolin 392fdd7db6
fix: honor RUST_LOG in mcp-client CLI and default to DEBUG (#1149)
We had `debug!()` logging statements already, but they weren't being
printed because `tracing_subscriber` was not set up.
2025-05-28 17:10:06 -07:00
..
lib.rs feat: initial McpClient for Rust (#822) 2025-05-05 12:52:55 -07:00
main.rs fix: honor RUST_LOG in mcp-client CLI and default to DEBUG (#1149) 2025-05-28 17:10:06 -07:00
mcp_client.rs chore: pin Rust version to 1.86 and use io::Error::other to prepare for 1.87 (#947) 2025-05-15 14:07:16 -07:00