mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-06 02:28:51 +01:00
📦 chore: bump MCP SDK to v1.25.1 and fix packages/api ghost dependencies (#11128)
* chore: bump `@modelcontextprotocol/sdk` to v1.25.1 * chore: update dependencies in package-lock.json and package.json - Bump versions of several `@smithy` packages to improve compatibility and performance. - Add `@aws-sdk/client-bedrock-runtime` and `@smithy/node-http-handler` as peer dependencies. - Update `https-proxy-agent` to version 7.0.6 for enhanced security and functionality. - Remove outdated dependencies to streamline the project. * fix: update httpsAgent type in fetchModels function - Changed the type of httpsAgent from HttpsProxyAgent to HttpsProxyAgent<string> for improved type safety and clarity in the fetchModels function.
This commit is contained in:
parent
c7b2d42279
commit
eeb5522464
4 changed files with 1182 additions and 8339 deletions
|
|
@ -130,7 +130,7 @@ export async function fetchModels({
|
|||
const options: {
|
||||
headers: Record<string, string>;
|
||||
timeout: number;
|
||||
httpsAgent?: HttpsProxyAgent;
|
||||
httpsAgent?: HttpsProxyAgent<string>;
|
||||
} = {
|
||||
headers: {
|
||||
...(headers ?? {}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue