mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-13 14:08:51 +01:00
* 🔧 fix: MCP server ID resolver in access permissions (#11315) - Replaced `findMCPServerById` with `findMCPServerByObjectId` in access permissions route and corresponding tests for improved clarity and consistency in resource identification. * 🔧 refactor: Update MCP server resource access methods to use server name - Replaced instances of `findMCPServerById` with `findMCPServerByServerName` across middleware, database, and test files for improved clarity and consistency in resource identification. - Updated related comments and test cases to reflect the change in method usage. * chore: Increase timeout for Redis update in GenerationJobManager integration tests - Updated the timeout duration from 50ms to 200ms in the GenerationJobManager integration tests to ensure reliable verification of final event data in Redis after emitting the done event. |
||
|---|---|---|
| .. | ||
| canAccessAgentFromBody.js | ||
| canAccessAgentResource.js | ||
| canAccessAgentResource.spec.js | ||
| canAccessMCPServerResource.js | ||
| canAccessMCPServerResource.spec.js | ||
| canAccessPromptGroupResource.js | ||
| canAccessPromptViaGroup.js | ||
| canAccessResource.js | ||
| fileAccess.js | ||
| fileAccess.spec.js | ||
| index.js | ||