📦 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:
Danny Avila 2025-12-28 11:49:41 -05:00 committed by GitHub
parent c7b2d42279
commit eeb5522464
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1182 additions and 8339 deletions

View file

@ -130,7 +130,7 @@ export async function fetchModels({
const options: {
headers: Record<string, string>;
timeout: number;
httpsAgent?: HttpsProxyAgent;
httpsAgent?: HttpsProxyAgent<string>;
} = {
headers: {
...(headers ?? {}),