We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 894e46b commit 29ae0feCopy full SHA for 29ae0fe
1 file changed
src/mcp/client/streamable_http.py
@@ -443,7 +443,7 @@ async def post_writer(
443
"""Handle writing requests to the server."""
444
try:
445
async with write_stream_reader, read_stream_writer, write_stream:
446
- task_status.started()
+ task_status.started(None)
447
448
async def _handle_message(session_message: SessionMessage) -> None:
449
message = session_message.message
0 commit comments