core-agent-ide/codex-rs/mcp-server/tests/common
Michael Bolin c172e8e997
feat: added SetDefaultModel to JSON-RPC server (#3512)
This adds `SetDefaultModel`, which takes `model` and `reasoning_effort`
as optional fields. If set, the field will overwrite what is in the
user's `config.toml`.

This reuses logic that was added to support the `/model` command in the
TUI: https://github.com/openai/codex/pull/2799.
2025-09-11 23:44:17 -07:00
..
Cargo.toml Set a user agent suffix when used as a mcp server (#3395) 2025-09-10 02:32:57 +00:00
lib.rs remove mcp-server/src/mcp_protocol.rs and the code that depends on it (#2360) 2025-08-18 00:29:18 -07:00
mcp_process.rs feat: added SetDefaultModel to JSON-RPC server (#3512) 2025-09-11 23:44:17 -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