core-agent-ide/codex-rs/mcp-server/tests
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
..
common Bump rmcp to 0.15 (#11539) 2026-02-11 22:04:17 -08:00
suite Stabilize shell approval MCP test (#14101) 2026-03-09 11:18:26 -07:00
all.rs test: faster test execution in codex-core (#2633) 2025-08-24 11:10:53 -07:00