core-agent-ide/codex-rs/exec-server
Michael Bolin e8ef6d3c16
feat: support login as an option on shell-tool-mcp (#7120)
The unified exec tool has a `login` option that defaults to `true`:


3bdcbc7292/codex-rs/core/src/tools/handlers/unified_exec.rs (L35-L36)

This updates the `ExecParams` for `shell-tool-mcp` to support the same
parameter. Note it is declared as `Option<bool>` to ensure it is marked
optional in the generated JSON schema.
2025-11-21 22:14:41 +00:00
..
src feat: support login as an option on shell-tool-mcp (#7120) 2025-11-21 22:14:41 +00:00
Cargo.toml feat: waiting for an elicitation should not count against a shell tool timeout (#6973) 2025-11-20 16:45:38 -08:00