core-agent-ide/codex-rs/mcp-server
Ahmed Ibrahim 203a70a191
Stabilize shell approval MCP test (#14101)
## Summary
- replace the Python-based file creation command in the MCP shell
approval test with native platform commands
- build the expected command string from the exact argv that the test
sends

## Why this fixes the flake
The old test depended on Python startup and shell quoting details that
varied across runners. The new version still verifies the same approval
flow, but it uses `touch` on Unix and `New-Item` on Windows so the
assertion only depends on the MCP shell command that Codex actually
forwards.
2026-03-09 11:18:26 -07:00
..
src Add request permissions tool (#13092) 2026-03-08 20:23:06 -07:00
tests Stabilize shell approval MCP test (#14101) 2026-03-09 11:18:26 -07:00
BUILD.bazel [bazel] Bump rules_rs and llvm (#13366) 2026-03-04 01:59:32 +00:00
Cargo.toml chore: remove codex-core public protocol/shell re-exports (#12432) 2026-02-20 23:45:35 -08:00