You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked that this question would not be more appropriate as an issue in a specific repository
I have searched existing discussions and documentation for answers
Question Category
Protocol Specification
SDK Usage
Server Implementation
General Implementation
Documentation
Other
Your Question
Hello,
According to the MCP protocol specification, the deprecation of SSE and the recommendation of StreamableHTTP naturally lead me to believe that tool calls in MCP should support streaming responses.
However, in actual integration—regardless of the programming language SDK used—none appear to support streaming the results of tool calls. If that’s the case, why emphasize "streaming" at all? It would be clearer and more reasonable to explicitly define tool calls as simple request-response interactions based on JSON-RPC.
I’ve noticed many others share the same confusion, as reflected in these issues:
I’d really appreciate your help with the following:
Could you please clearly confirm whether streaming the results of tool calls is truly unsupported?
If streaming is supported, could you provide a Java example demonstrating how to handle streamed tool-call responses?
Many of us are eager to contribute to and adopt the MCP ecosystem, and your clarification on this matter would be extremely valuable. Thank you very much!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
Question Category
Your Question
Hello,
According to the MCP protocol specification, the deprecation of SSE and the recommendation of StreamableHTTP naturally lead me to believe that tool calls in MCP should support streaming responses.
However, in actual integration—regardless of the programming language SDK used—none appear to support streaming the results of tool calls. If that’s the case, why emphasize "streaming" at all? It would be clearer and more reasonable to explicitly define tool calls as simple request-response interactions based on JSON-RPC.
I’ve noticed many others share the same confusion, as reflected in these issues:
I’d really appreciate your help with the following:
Could you please clearly confirm whether streaming the results of tool calls is truly unsupported?
If streaming is supported, could you provide a Java example demonstrating how to handle streamed tool-call responses?
Many of us are eager to contribute to and adopt the MCP ecosystem, and your clarification on this matter would be extremely valuable. Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions