core-agent-ide/codex-rs/tui/src
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
..
bottom_pane feat: add support for commands in the Rust TUI (#935) 2025-05-14 12:55:49 -07:00
app.rs feat: add support for commands in the Rust TUI (#935) 2025-05-14 12:55:49 -07:00
app_event.rs feat: add support for commands in the Rust TUI (#935) 2025-05-14 12:55:49 -07:00
chatwidget.rs feat: add support for commands in the Rust TUI (#935) 2025-05-14 12:55:49 -07:00
cli.rs feat: introduce --profile for Rust CLI (#921) 2025-05-13 16:52:52 -07:00
conversation_history_widget.rs fix: tighten up some logic around session timestamps and ids (#922) 2025-05-13 19:22:16 -07:00
exec_command.rs feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00
git_warning_screen.rs feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00
history_cell.rs fix: tighten up some logic around session timestamps and ids (#922) 2025-05-13 19:22:16 -07:00
lib.rs feat: add support for commands in the Rust TUI (#935) 2025-05-14 12:55:49 -07:00
log_layer.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
main.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
markdown.rs feat: introduce the use of tui-markdown (#851) 2025-05-07 10:46:32 -07:00
scroll_event_helper.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
slash_command.rs feat: add mcp subcommand to CLI to run Codex as an MCP server (#934) 2025-05-14 13:15:41 -07:00
status_indicator_widget.rs chore: move each view used in BottomPane into its own file (#928) 2025-05-14 10:13:29 -07:00
tui.rs feat: Allow pasting newlines (#866) 2025-05-09 11:33:46 -07:00
user_approval_widget.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00