mirror of
https://github.com/openai/codex.git
synced 2026-04-30 09:26:44 +00:00
feat: support mcp_servers in config.toml
This commit is contained in:
@@ -328,6 +328,21 @@ impl ChatWidget<'_> {
|
||||
.record_completed_exec_command(call_id, stdout, stderr, exit_code);
|
||||
self.request_redraw()?;
|
||||
}
|
||||
EventMsg::McpToolCallBegin {
|
||||
call_id,
|
||||
server,
|
||||
tool,
|
||||
arguments,
|
||||
} => {
|
||||
todo!()
|
||||
}
|
||||
EventMsg::McpToolCallEnd {
|
||||
call_id,
|
||||
success,
|
||||
result,
|
||||
} => {
|
||||
todo!()
|
||||
}
|
||||
event => {
|
||||
self.conversation_history
|
||||
.add_background_event(format!("{event:?}"));
|
||||
|
||||
Reference in New Issue
Block a user