Skip to content

Commit 3069aa3

Browse files
committed
Comment
1 parent 0a1a408 commit 3069aa3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/mcp/server/streaming_asgi_transport.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ class StreamingASGITransport(AsyncBaseTransport):
3939
* `client` - A two-tuple indicating the client IP and port of incoming requests.
4040
* `response_timeout` - Timeout in seconds to wait for the initial response.
4141
Default is 10 seconds.
42+
43+
TODO: https://github.com/encode/httpx/pull/3059 is adding something similar to
44+
upstream httpx. When that merges, we should delete this & switch back to the
45+
upstream implementation.
4246
"""
4347

4448
def __init__(

0 commit comments

Comments
 (0)