core-agent-ide/codex-rs/mcp-server/tests/common
Michael Bolin eda50d8372
feat: introduce ClientRequest::SendUserTurn (#2345)
This adds a new request type, `SendUserTurn`, that makes it possible to
submit a `Op::UserTurn` operation (introduced in #2329) to a
conversation. This PR also adds a new integration test that verifies
that changing from `AskForApproval::UnlessTrusted` to
`AskForApproval::Never` mid-conversation ensures that an elicitation is
no longer sent for running `python3 -c print(42)`.

---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/openai/codex/pull/2345).
* __->__ #2345
* #2329
* #2343
* #2340
* #2338
2025-08-15 10:05:58 -07:00
..
Cargo.toml MCP server: route structured tool-call requests and expose mcp_protocol [Stack 2/3] (#1751) 2025-08-01 02:46:04 +00:00
lib.rs fix: create separate test_support crates to eliminate #[allow(dead_code)] (#1667) 2025-07-24 12:19:46 -07:00
mcp_process.rs feat: introduce ClientRequest::SendUserTurn (#2345) 2025-08-15 10:05:58 -07:00
mock_model_server.rs test: add integration test for MCP server (#1633) 2025-07-21 10:27:07 -07:00
responses.rs fix: create separate test_support crates to eliminate #[allow(dead_code)] (#1667) 2025-07-24 12:19:46 -07:00