diff --git a/codex-rs/cli/src/mcp_cmd.rs b/codex-rs/cli/src/mcp_cmd.rs index 9035502af34..22cd18dde3b 100644 --- a/codex-rs/cli/src/mcp_cmd.rs +++ b/codex-rs/cli/src/mcp_cmd.rs @@ -20,11 +20,12 @@ use codex_rmcp_client::perform_oauth_login; use codex_rmcp_client::supports_oauth_login; /// Subcommands: -/// - `serve` — run the MCP server on stdio /// - `list` — list configured servers (with `--json`) /// - `get` — show a single server (with `--json`) /// - `add` — add a server launcher entry to `~/.codex/config.toml` /// - `remove` — delete a server entry +/// - `login` — authenticate with MCP server using OAuth +/// - `logout` — remove OAuth credentials for MCP server #[derive(Debug, clap::Parser)] pub struct McpCli { #[clap(flatten)]