core-agent-ide/codex-rs/tui
Michael Bolin 497c5396c0
feat: add mcp subcommand to CLI to run Codex as an MCP server (#934)
Previously, running Codex as an MCP server required a standalone binary
in our Cargo workspace, but this PR makes it available as a subcommand
(`mcp`) of the main CLI.

Ran this with:

```
RUST_LOG=debug npx @modelcontextprotocol/inspector cargo run --bin codex -- mcp
```

and verified it worked as expected in the inspector at
`http://127.0.0.1:6274/`.
2025-05-14 13:15:41 -07:00
..
src feat: add mcp subcommand to CLI to run Codex as an MCP server (#934) 2025-05-14 13:15:41 -07:00
tests feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00
Cargo.toml feat: add support for commands in the Rust TUI (#935) 2025-05-14 12:55:49 -07:00