From 854e91e422b85fde31f26441908938116eea7c38 Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Fri, 13 Feb 2026 20:16:22 -0800 Subject: [PATCH] Fixed help text for `mcp` and `mcp-server` CLI commands (#11813) Also removed the "[experimental]" tag since these have been stable for many months This addresses #11812 --- codex-rs/cli/src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codex-rs/cli/src/main.rs b/codex-rs/cli/src/main.rs index 494f8d893..cae322c77 100644 --- a/codex-rs/cli/src/main.rs +++ b/codex-rs/cli/src/main.rs @@ -93,10 +93,10 @@ enum Subcommand { /// Remove stored authentication credentials. Logout(LogoutCommand), - /// [experimental] Run Codex as an MCP server and manage MCP servers. + /// Manage external MCP servers for Codex. Mcp(McpCli), - /// [experimental] Run the Codex MCP server (stdio transport). + /// Start Codex as an MCP server (stdio). McpServer, /// [experimental] Run the app server or related tooling.