-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Description
In wwwdev we have one backend instance, MCP works fine
In www we have two backend instances. Sometimes MCP SSE messages go to one of them and sometimes the other. But the session state is not shared so this causes errors.
Possible solutions:
- Share session state across the backend instances somehow
- Route all MCP requests to one backend
- Scale down to one backend instance (with more resources?)
- Use streamable HTTP MCP instead which may not have this problem
For now I have updated the recommended MCP URLs to wwwdev