Replies: 1 comment
-
I think this is a broader discussion than just the inspector, because it concerns the nature of the protocol and which transports are available. You may be interested in this discussion on "stateless" MCP. Would love your thoughts! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pre-submission Checklist
Discussion Topic
It could be useful for the Inspector to support a simple transport that uses JSON-RPC over HTTP POST messages, for quicker integration/development against existing web servers.
Implementing the SSE + separate HTTP POST dance is a bit more involved and can be a speed bump for anxious early adopters.
What is the main motivation for the existence of the SSE + POST dance? Is there a drawback of relying on the response to the HTTP POST for the RPC invocation instead of relying on the response coming down the parallel SSE pipe?
Update: Yes, I see that the real-time notifications/updates wouldn't work, but a simple transport would be useful for a gradual integration.
Beta Was this translation helpful? Give feedback.
All reactions