Skip to content

Commit 2f393f7

Browse files
committed
remove from aconnect_sse
1 parent 715883a commit 2f393f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mcp/client/sse.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ async def sse_client(
6161
client,
6262
"GET",
6363
url,
64-
timeout=httpx.Timeout(timeout, read=sse_read_timeout),
6564
) as event_source:
6665
event_source.response.raise_for_status()
6766
logger.debug("SSE connection established")

0 commit comments

Comments
 (0)