MCP Advanced
MCP Tool-Call Stream
SSE-stream of a tool call envelope.
post/mcp/tool-call-stream
Request body
Response
Server-sent events. Each frame is data: followed by a JSON object: {"type":"tool-start","tool","args"}, then {"type":"progress","stage","text"} per stage, then {"type":"done","tool","language","note"}.
Changes
Changed in 1 of the 13 revisions of this API.11
- ▲
removed the media type
application/jsonfor the response with the status200response-media-type-removed
- ○
added the media type
text/event-streamfor the response with the status200response-media-type-added
- ▲