Skip to content

Commit 7a83024

Browse files
committed
revert spaces
1 parent 8a8e14f commit 7a83024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/server/streaming_asgi_transport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ async def process_messages() -> None:
188188
return Response(
189189
status_code,
190190
headers=response_headers,
191-
stream = StreamingASGIResponseStream(content_receive_channel, send_disconnect),
191+
stream=StreamingASGIResponseStream(content_receive_channel, send_disconnect),
192192
)
193193

194194

0 commit comments

Comments
 (0)