From 1e4c2553517530a8edb21fa1236f51a23b771bf5 Mon Sep 17 00:00:00 2001 From: "Theo N. Truong" <644650+nhtruong@users.noreply.github.com> Date: Thu, 20 Nov 2025 14:00:43 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=92=20fix:=20Disable=20Redis=20leader-?= =?UTF-8?q?only=20mode=20for=20shared=20app=20and=20user=20servers=20(#106?= =?UTF-8?q?05)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolving: https://github.com/danny-avila/LibreChat/discussions/10598 --- packages/api/src/mcp/registry/MCPServersRegistry.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/api/src/mcp/registry/MCPServersRegistry.ts b/packages/api/src/mcp/registry/MCPServersRegistry.ts index 8c6ef13e9c..80f5765392 100644 --- a/packages/api/src/mcp/registry/MCPServersRegistry.ts +++ b/packages/api/src/mcp/registry/MCPServersRegistry.ts @@ -16,8 +16,8 @@ import { * Handles server lifecycle operations including adding, removing, and querying configurations. */ class MCPServersRegistry { - public readonly sharedAppServers = ServerConfigsCacheFactory.create('App', true); - public readonly sharedUserServers = ServerConfigsCacheFactory.create('User', true); + public readonly sharedAppServers = ServerConfigsCacheFactory.create('App', false); + public readonly sharedUserServers = ServerConfigsCacheFactory.create('User', false); private readonly privateUserServers: Map = new Map(); public async addPrivateUserServer(