mirror of
https://github.com/openai/codex.git
synced 2026-04-28 02:11:08 +03:00
codex: fix CI failure on PR #15011
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -550,9 +550,10 @@ impl RmcpClient {
|
||||
env_vars: env_vars.to_vec(),
|
||||
cwd,
|
||||
};
|
||||
let transport = Self::create_pending_transport(&transport_recipe, None)
|
||||
.await
|
||||
.map_err(io::Error::other)?;
|
||||
let transport =
|
||||
Self::create_pending_transport(&transport_recipe, /*request_headers*/ None)
|
||||
.await
|
||||
.map_err(io::Error::other)?;
|
||||
|
||||
Ok(Self {
|
||||
state: Mutex::new(ClientState::Connecting {
|
||||
|
||||
Reference in New Issue
Block a user