Files
llmx/codex-rs/mcp-server/src/tool_handlers/mod.rs
aibrahim-oai 97ab8fb610 MCP: add conversation.create tool [Stack 2/2] (#1783)
Introduce conversation.create handler (handle_create_conversation) and
wire it in MessageProcessor.

Stack:
Top: #1783 
Bottom: #1784

---------

Co-authored-by: Gabriel Peal <gpeal@users.noreply.github.com>
2025-08-01 22:18:36 +00:00

3 lines
65 B
Rust

pub(crate) mod create_conversation;
pub(crate) mod send_message;