Local MCP server is running but errors in Librechat #6444
Replies: 2 comments 1 reply
-
OK I seem to have it working, in the sense that its reading in from my MCP server now and can pull in the tools, based on the logs, you can see the 3 tools bring brought in: Available tools: get_alerts, get_forecast, fetch
But it doesn't seem to be using the tools in the chat, there is no tool calls in the payload. Is there a setting needed to be able to use the tools somehow or enable them to be used? current yaml:
I should be able to trigger a tool by asking for current weather alerts in a given state *see the anthropic quickstart server guide). It works ok for my custom client - but is there a way it needs to be turned on in LibreChat? if it helps here is the logs from my MCP server when its returning the tools list when LibreChat requests it on startup:
2025-03-20 21:12:09.755 | 2025-03-20 21:12:09,754 DEBUG Dispatching request of type ListToolsRequest Thanks |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Here is my yaml, I have the correct server running which hosts my mcp servers:
Not sure if the rest is needed there I only need the url under
everything
.But it results in the following in the error log, I guess it retries so many times:
Its just a python server which should respond with the tools, I know it works as I have a working client which I can call with:
uv run client.py http://localhost:8000/sse
Any ideas here?
Beta Was this translation helpful? Give feedback.
All reactions