We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31cf825 commit ab8dc66Copy full SHA for ab8dc66
.changeset/spotty-buckets-tickle.md
@@ -0,0 +1,5 @@
1
+---
2
+"gradio": patch
3
4
+
5
+fix:route progress notifications to the POST SSE Handler for MCP Servers
gradio/mcp.py
@@ -331,6 +331,9 @@ async def call_tool(
331
progress_token=progress_token,
332
progress=step,
333
message=message, # type: ignore
334
+ related_request_id=str(
335
+ self.mcp_server.request_context.request_id
336
+ ),
337
)
338
step += 1
339
elif update.type == "output" and update.final:
0 commit comments