REST Support as Standard Tranport Protocol #134
Closed
scottpmiller
started this conversation in
Ideas
Replies: 1 comment
-
This dynamic would probably be a potential outcome of this discussion on statelessness |
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
Your Idea
Our company has been implementing MCP servers and clients. With our use case, we do not have a need for long live connections between the client and server. In fact, we cache the functions available from the servers in the client on startup and only establish a connection when the function call is requested by the LLM and close the connection after it's complete. We're deployed to EKS in AWS. Using SSE creates a bidirectional flow where one isn't necessary in our use case. Supporting REST or simple HTTP requests with JSON-RPC out of the box would reduce the complexity and remove the need for stickiness between requests from the client to the server.
Scope
Beta Was this translation helpful? Give feedback.
All reactions