mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
ℹ️ fix: Add back Removed Icons for MCP Servers in Tools Dialog (#8636)
* Bug: Fix icons for MCP servers * Add `OPENAI_API_KEY` to `jestSetup.js` to fix tests
This commit is contained in:
parent
0aafdc0a86
commit
283c9cff6f
3 changed files with 93 additions and 2 deletions
|
@ -10,3 +10,4 @@ process.env.JWT_SECRET = 'test';
|
|||
process.env.JWT_REFRESH_SECRET = 'test';
|
||||
process.env.CREDS_KEY = 'test';
|
||||
process.env.CREDS_IV = 'test';
|
||||
process.env.OPENAI_API_KEY = 'test';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue