-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MCP server in cluster deployment not work #29
Comments
Thanks for the report. I assumed this would be a duplicate of #9 but it is a different issue entirely. I wonder whether it is a jdk-specific issue or something to discuss on the protocol level in https://github.com/modelcontextprotocol/specification |
@chemicL Thanks for your comments. This is indeed a real-world issue. The POST request can be sent to any server in the cluster, but that server may not have the long connection with the MCP client. |
It should be a protocol limitation. |
My MCP Server is deployed in a clustered architecture, and the MCP client establishes a long connection with only one MCP server. Later, when a POST /mcp/message request is sent, it may be routed to another MCP server in the cluster.
The text was updated successfully, but these errors were encountered: