Disable ping to MCP servers for serverless setup #9010
langered
started this conversation in
Feature Requests & Suggestions
Replies: 1 comment
-
I have the same 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.
-
Context
Currently, I am using MCP servers deployed as a serverless service on GCP Cloud Run.
The setup works well; however, I’ve noticed in the logs that LibreChat continuously pings my MCP server.
This behavior keeps the server instance alive, which increases costs when using a serverless service.
Proposal
Add a configuration parameter in librechat.yaml that allows disabling the continuous pings to MCP servers.
Use case:
My goal is for serverless instances to scale up only when the MCP server is actually requested, rather than being kept alive by constant pings.
Beta Was this translation helpful? Give feedback.
All reactions