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
Per my understanding, MCP supports SSE, now Streamable HTTP through a MCP session - individual events here in this context are requests and responses to and from tool.
Client > /sse
< {session starts}
/mcp
request: tools/list ### Inbound Event ###
response: list of tools response ### Outound Event ###
/mcp
request: tools/call ### Inbound Event ###
response: tool call result as response ### Outound Event ###
{end}
If one of the tool has to return chunks of larger response as events - meaning one tool having multiple responses, how can I go about that?
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
Question Category
Your Question
Per my understanding, MCP supports SSE, now Streamable HTTP through a MCP session - individual events here in this context are requests and responses to and from tool.
Client > /sse
< {session starts}
/mcp
request: tools/list ### Inbound Event ###
response: list of tools response ### Outound Event ###
/mcp
request: tools/call ### Inbound Event ###
response: tool call result as response ### Outound Event ###
If one of the tool has to return chunks of larger response as events - meaning one tool having multiple responses, how can I go about that?
Beta Was this translation helpful? Give feedback.
All reactions