Skip to content

Commit a269754

Browse files
authored
remove mcp-server/src/mcp_protocol.rs and the code that depends on it (#2360)
1 parent b581498 commit a269754

File tree

16 files changed

+261
-1845
lines changed

16 files changed

+261
-1845
lines changed

codex-rs/Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codex-rs/mcp-server/src/conversation_loop.rs

Lines changed: 0 additions & 124 deletions
This file was deleted.

codex-rs/mcp-server/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,12 @@ use tracing_subscriber::EnvFilter;
1818
mod codex_message_processor;
1919
mod codex_tool_config;
2020
mod codex_tool_runner;
21-
mod conversation_loop;
2221
mod error_code;
2322
mod exec_approval;
2423
mod json_to_toml;
25-
pub mod mcp_protocol;
2624
pub(crate) mod message_processor;
2725
mod outgoing_message;
2826
mod patch_approval;
29-
pub(crate) mod tool_handlers;
3027
pub mod wire_format;
3128

3229
use crate::message_processor::MessageProcessor;

0 commit comments

Comments
 (0)