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
This commit is contained in:
Eric Traut
2026-02-13 20:16:22 -08:00
committed by GitHub
parent 67e577da53
commit 854e91e422

View File

@@ -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.