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'm a student and still learning about the different transport methods (SSE vs. stdio) used with MCP servers. I’d appreciate some confirmation on a few hypotheses I’ve developed.
What I Understand So Far (need confirmations)
Does launching the MCP server with mcpo—converting it to HTTP endpoints—make it impossible to connect to a custom MCP client?
Using mcpo with an SSE-based MCP server:
Due to the asynchronous and continuous nature of the SSE flow, the REST API generated via mcpo can offer additional features—such as dedicated endpoints for receiving real-time events—which might be more relevant for interactive, live applications.
Using mcpo with a stdio-based MCP server:
In contrast, the generated API in this case is ideal for one-off, synchronous request/response interactions. However, it might require extra effort to emulate or manage scenarios that require continuously updated information.
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.
-
Hi everyone,
I'm a student and still learning about the different transport methods (SSE vs. stdio) used with MCP servers. I’d appreciate some confirmation on a few hypotheses I’ve developed.
What I Understand So Far (need confirmations)
Does launching the MCP server with mcpo—converting it to HTTP endpoints—make it impossible to connect to a custom MCP client?
Using mcpo with an SSE-based MCP server:
Due to the asynchronous and continuous nature of the SSE flow, the REST API generated via mcpo can offer additional features—such as dedicated endpoints for receiving real-time events—which might be more relevant for interactive, live applications.
Using mcpo with a stdio-based MCP server:
In contrast, the generated API in this case is ideal for one-off, synchronous request/response interactions. However, it might require extra effort to emulate or manage scenarios that require continuously updated information.
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions