Revert "Forward session and turn headers to MCP HTTP requests (#15011)"

This reverts commit b14689df3b.
This commit is contained in:
nicholasclark-openai
2026-03-18 21:40:32 -07:00
committed by GitHub
parent b14689df3b
commit bab2a28f26
6 changed files with 12 additions and 157 deletions

View File

@@ -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?;