We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5712dc3 commit 9ce143cCopy full SHA for 9ce143c
1 file changed
src/mcp/client/sse.py
@@ -120,7 +120,6 @@ async def post_writer(endpoint_url: str):
120
mode="json",
121
exclude_none=True,
122
timeout=httpx.Timeout(timeout, read=sse_read_timeout),
123
-
124
),
125
)
126
response.raise_for_status()
0 commit comments