mirror of
https://github.com/openai/codex.git
synced 2026-09-17 12:23:33 +00:00
feat: support --version flag for @openai/codex-shell-tool-mcp
This commit is contained in:
@@ -78,6 +78,7 @@ mod stopwatch;
|
||||
const CODEX_EXECVE_WRAPPER_EXE_NAME: &str = "codex-execve-wrapper";
|
||||
|
||||
#[derive(Parser)]
|
||||
#[clap(version)]
|
||||
struct McpServerCli {
|
||||
/// Executable to delegate execve(2) calls to in Bash.
|
||||
#[arg(long = "execve")]
|
||||
|
||||
Reference in New Issue
Block a user