We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When accessing the MCP server using a domain name (which is backed by multiple servers), an error occurs when using the client to make a request:
Error in post_writer: Client error '404 Not Found' for url 'https://xxx.com/messages/?session_id=xxxxx'
This issue does not occur when using a single server.
How can we support deployment across multiple servers?
The text was updated successfully, but these errors were encountered:
@tanhaipeng see 现在sse因为是有状态链接,不能多服务部署
Sorry, something went wrong.
是的
No branches or pull requests
When accessing the MCP server using a domain name (which is backed by multiple servers), an error occurs when using the client to make a request:
Error in post_writer: Client error '404 Not Found' for url 'https://xxx.com/messages/?session_id=xxxxx'
This issue does not occur when using a single server.
How can we support deployment across multiple servers?
The text was updated successfully, but these errors were encountered: