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"}.