Transport error: SSE stream disconnected while MCP usage works #9621
Unanswered
weipienlee
asked this question in
Troubleshooting
Replies: 2 comments 5 replies
-
type sse is also not working. Work around is (but should not be necessary):
Extra info on the remote MCP server: |
Beta Was this translation helpful? Give feedback.
5 replies
-
This can happen as the MCP server initializes, it can disconnect as part of the connection flow. If everything is working, there is no real issue. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
Almost every second I see an error appear in the log (see ex log below) while the MCP "tool" just works. It regards the remote Tavily search MCP server. On the surface it all seems to work just fine ie query and results can be viewed in the webapp without any (error) messaging.
Version Information
docker images | grep librechat
ghcr.io/danny-avila/librechat-dev latest cc7ac083836c 29 hours ago 1.56GB
ghcr.io/danny-avila/librechat-rag-api-dev-lite latest 174ed0a539bc 2 weeks ago 1.6GB
git rev-parse HEAD
a309c20d85eb0f7ce1e7ff141f8a5edf5650c732
Steps to Reproduce
What browsers are you seeing the problem on?
Firefox
Relevant log output
2025-09-13 22:54:42 info: [MCP][tavily-search] Creating streamable-http transport: https://mcp.tavily.com/mcp/?tavilyApiKey=xxxxxxxxxx 2025-09-13 22:54:42 error: [MCP][tavily-search] Transport error: SSE stream disconnected: AbortError: This operation was aborted 2025-09-13 22:54:47 error: [MCP][tavily-search] Transport error: SSE stream disconnected: TypeError: terminated
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions