core-agent-ide/codex-rs/mcp-server/src
Gabriel Peal cdd33b2c04
Tag InputItem (#2304)
Instead of:
```
{ Text: { text: string } }
```

It is now:
```
{ type: "text", data: { text: string } }
```
which makes for cleaner discriminated unions
2025-08-14 17:58:04 +00:00
..
tool_handlers chore: introduce ConversationManager as a clearinghouse for all conversations (#2240) 2025-08-13 13:38:18 -07:00
codex_message_processor.rs feat: add support for an InterruptConversation request (#2287) 2025-08-13 23:12:03 -07:00
codex_tool_config.rs feat: support traditional JSON-RPC request/response in MCP server (#2264) 2025-08-13 17:36:29 -07:00
codex_tool_runner.rs fix: update OutgoingMessageSender::send_response() to take Serialize (#2263) 2025-08-13 14:29:13 -07:00
conversation_loop.rs chore: introduce ConversationManager as a clearinghouse for all conversations (#2240) 2025-08-13 13:38:18 -07:00
error_code.rs fix: update OutgoingMessageSender::send_response() to take Serialize (#2263) 2025-08-13 14:29:13 -07:00
exec_approval.rs chore: introduce ConversationManager as a clearinghouse for all conversations (#2240) 2025-08-13 13:38:18 -07:00
json_to_toml.rs feat: add support for -c/--config to override individual config items (#1137) 2025-05-27 23:11:44 -07:00
lib.rs feat: support traditional JSON-RPC request/response in MCP server (#2264) 2025-08-13 17:36:29 -07:00
main.rs fix: move arg0 handling out of codex-linux-sandbox and into its own crate (#1697) 2025-07-28 08:31:24 -07:00
mcp_protocol.rs [1/3] Parse exec commands and format them more nicely in the UI (#2095) 2025-08-11 14:26:15 -04:00
message_processor.rs fix: add support for exec and apply_patch approvals in the new wire format (#2286) 2025-08-13 23:00:50 -07:00
outgoing_message.rs fix: verify notifications are sent with the conversationId set (#2278) 2025-08-13 17:54:12 -07:00
patch_approval.rs chore: introduce ConversationManager as a clearinghouse for all conversations (#2240) 2025-08-13 13:38:18 -07:00
wire_format.rs Tag InputItem (#2304) 2025-08-14 17:58:04 +00:00