core-agent-ide/codex-rs/mcp-server/tests/common
aibrahim-oai ad0295b893
MCP server: route structured tool-call requests and expose mcp_protocol [Stack 2/3] (#1751)
- Expose mcp_protocol from mcp-server for reuse in tests and callers.
- In MessageProcessor, detect structured ToolCallRequestParams in
tools/call and forward to a new handler.
- Add handle_new_tool_calls scaffold (returns error for now).
- Test helper: add send_send_user_message_tool_call to McpProcess to
send ConversationSendMessage requests;

This is the second PR in a stack.
Stack:
Final: #1686
Intermediate: #1751
First: #1750
2025-08-01 02:46:04 +00: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 MCP server: route structured tool-call requests and expose mcp_protocol [Stack 2/3] (#1751) 2025-08-01 02:46:04 +00: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