mirror of
https://github.com/openai/codex.git
synced 2026-05-02 10:26:45 +00:00
Revert "Forward session and turn headers to MCP HTTP requests (#15011)"
This reverts commit b14689df3b.
This commit is contained in:
committed by
GitHub
parent
b14689df3b
commit
bab2a28f26
@@ -1,7 +1,5 @@
|
||||
use std::net::TcpListener;
|
||||
use std::path::PathBuf;
|
||||
use std::sync::Arc;
|
||||
use std::sync::Mutex as StdMutex;
|
||||
use std::time::Duration;
|
||||
use std::time::Instant;
|
||||
|
||||
@@ -79,7 +77,6 @@ async fn create_client(base_url: &str) -> anyhow::Result<RmcpClient> {
|
||||
None,
|
||||
None,
|
||||
OAuthCredentialsStoreMode::File,
|
||||
Arc::new(StdMutex::new(None)),
|
||||
)
|
||||
.await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user