core-agent-ide/codex-rs/mcp-server
Michael Bolin cb2f952143
fix: remove unnecessary flush() calls (#2873)
Because we are writing to a pipe, these `flush()` calls are unnecessary,
so removing these saves us one syscall per write in these two cases.
2025-08-28 22:41:10 -07:00
..
src fix: remove unnecessary flush() calls (#2873) 2025-08-28 22:41:10 -07:00
tests chore: print stderr from MCP server to test output using eprintln! (#2849) 2025-08-28 12:43:13 -07:00
Cargo.toml Added new auth-related methods and events to mcp server (#2496) 2025-08-20 20:36:34 -07:00