Compare commits

...

3 Commits

Author SHA1 Message Date
Twisha Bansal
d8bddf8d37 Merge branch 'main' into dependabot/npm_and_yarn/docs/en/getting-started/quickstart/js/adk/multi-d18f0b7a8f 2026-02-03 11:36:43 +05:30
Twisha Bansal
3242b43da2 Merge branch 'main' into dependabot/npm_and_yarn/docs/en/getting-started/quickstart/js/adk/multi-d18f0b7a8f 2026-02-03 10:33:55 +05:30
dependabot[bot]
53de18fa48 chore(deps): bump @modelcontextprotocol/sdk, @google/adk and @toolbox-sdk/adk
Bumps [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) to 1.25.3 and updates ancestor dependencies [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk), [@google/adk](https://github.com/google/adk-js) and [@toolbox-sdk/adk](https://github.com/googleapis/mcp-toolbox-sdk-js). These dependencies need to be updated together.


Updates `@modelcontextprotocol/sdk` from 1.17.5 to 1.25.3
- [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases)
- [Commits](https://github.com/modelcontextprotocol/typescript-sdk/compare/1.17.5...v1.25.3)

Updates `@google/adk` from 0.1.3 to 0.3.0
- [Release notes](https://github.com/google/adk-js/releases)
- [Changelog](https://github.com/google/adk-js/blob/main/release-please-config.json)
- [Commits](https://github.com/google/adk-js/compare/v0.1.3...adk-v0.3.0)

Updates `@toolbox-sdk/adk` from 0.1.5 to 0.2.1
- [Release notes](https://github.com/googleapis/mcp-toolbox-sdk-js/releases)
- [Changelog](https://github.com/googleapis/mcp-toolbox-sdk-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/mcp-toolbox-sdk-js/compare/adk-v0.1.5...adk-v0.2.1)

---
updated-dependencies:
- dependency-name: "@modelcontextprotocol/sdk"
  dependency-version: 1.25.3
  dependency-type: indirect
- dependency-name: "@google/adk"
  dependency-version: 0.3.0
  dependency-type: direct:production
- dependency-name: "@toolbox-sdk/adk"
  dependency-version: 0.2.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-02 18:51:53 +00:00
2 changed files with 1553 additions and 283 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@google/adk": "^0.1.3",
"@toolbox-sdk/adk": "^0.1.5"
"@google/adk": "^0.3.0",
"@toolbox-sdk/adk": "^0.2.1"
}
}