LibreChat/api/server/services
Dustin Healy 0ef3fefaec
🏹 feat: Concurrent MCP Initialization Support (#8677)
*  feat: Enhance MCP Connection Status Management

- Introduced new functions to retrieve and manage connection status for multiple MCP servers, including OAuth flow checks and server-specific status retrieval.
- Refactored the MCP connection status endpoints to support both all servers and individual server queries.
- Replaced the old server initialization hook with a new `useMCPServerManager` hook for improved state management and handling of multiple OAuth flows.
- Updated the MCPPanel component to utilize the new context provider for better state handling and UI updates.
- Fixed a number of UI bugs when initializing servers

* 🗣️ i18n: Remove unused strings from translation.json

* refactor: move helper functions out of the route module into mcp service file

* ci: add tests for newly added functions in mcp service file

* fix: memoize setMCPValues to avoid render loop
2025-07-28 12:25:34 -04:00
..
Artifacts
Config feat: Add support for forced in-memory cache namespaces configuration (#8586) 2025-07-25 10:32:55 -04:00
Endpoints 🔀 feat: moonshotai/kimi Context and OpenRouter Endpoint Token Config (#8604) 2025-07-22 15:52:54 -04:00
Files 🔒 feat: View/Delete Shared Agent Files (#8419) 2025-07-12 01:52:46 -04:00
Runs 🕐 feat: Configurable Retention Period for Temporary Chats (#8056) 2025-06-25 17:16:26 -04:00
start 🗂️ feat: Add File Search Toggle Permission for Chat Area Badge (#8605) 2025-07-22 17:51:21 -04:00
Threads
Tools
ActionService.js
ActionService.spec.js
AppService.interface.spec.js
AppService.js 🆕 feat: Enhanced Title Generation Config Options (#8580) 2025-07-21 17:37:37 -04:00
AppService.spec.js 🆕 feat: Enhanced Title Generation Config Options (#8580) 2025-07-21 17:37:37 -04:00
AssistantService.js 🕐 feat: Configurable Retention Period for Temporary Chats (#8056) 2025-06-25 17:16:26 -04:00
AuthService.js 🐛 fix: RAG API failing with OPENID_REUSE_TOKENS Enabled (#8090) 2025-06-26 19:10:21 -04:00
cleanup.js
createRunBody.js
domains.js
domains.spec.js
initializeMCPs.js feat: Add MCP Reinitialization to MCPPanel (#8418) 2025-07-21 17:49:19 -04:00
MCP.js 🏹 feat: Concurrent MCP Initialization Support (#8677) 2025-07-28 12:25:34 -04:00
MCP.spec.js 🏹 feat: Concurrent MCP Initialization Support (#8677) 2025-07-28 12:25:34 -04:00
ModelService.js
ModelService.spec.js
PluginService.js 🔌 feat: MCP Reinitialization and OAuth in UI (#8598) 2025-07-22 22:52:45 -04:00
ToolService.js feat: Add MCP Reinitialization to MCPPanel (#8418) 2025-07-21 17:49:19 -04:00
twoFactorService.js
UserService.js