Skip to content

Commit cdae035

Browse files
chore(main): release adk 0.2.2
1 parent d10e520 commit cdae035

5 files changed

Lines changed: 30 additions & 7 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/toolbox-core":"0.2.1","packages/toolbox-adk":"0.2.1"}
1+
{"packages/toolbox-core":"0.2.1","packages/toolbox-adk":"0.2.2"}

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/toolbox-adk/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [0.2.2](https://github.com/googleapis/mcp-toolbox-sdk-js/compare/adk-v0.2.1...adk-v0.2.2) (2026-02-18)
4+
5+
6+
### Features
7+
8+
* Enable package-specific client identification for MCP ([#238](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/238)) ([43b759e](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/43b759e2d3acc35c90683fd27db4649b482ee80b))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* Deprecate native Toolbox protocol ([#256](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/256)) ([77e8527](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/77e8527dba2b36edd7f73ccb167d3363fa1e903d))
14+
* **deps:** bump axios from 1.13.2 to 1.13.5 ([#266](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/266)) ([d10e520](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/d10e5207d56ff111ca727a7bd1b070f4e9945556))
15+
* **deps:** update dependency @google/adk to ^0.3.0 ([#234](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/234)) ([f294e59](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/f294e59a8d02363cab95dc98feb3267a0b9e4260))
16+
* **deps:** update dependency @modelcontextprotocol/sdk to v1.26.0 [security] ([#258](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/258)) ([c3f1aeb](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/c3f1aeb8e2cdfb8d500dc558e7fc851f71da4829))
17+
* **deps:** update mcp toolbox server for integration tests to 0.27.0 ([#267](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/267)) ([d5eba0f](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/d5eba0fcce2fe682abc320b045c27e0ac023076c))
18+
19+
20+
### Dependencies
21+
22+
* The following workspace dependencies were updated
23+
* dependencies
24+
* @toolbox-sdk/core bumped from ^0.2.1 to ^0.2.2
25+
326
## [0.2.1](https://github.com/googleapis/mcp-toolbox-sdk-js/compare/adk-v0.1.5...adk-v0.2.1) (2026-01-29)
427

528

packages/toolbox-adk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toolbox-sdk/adk",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"type": "module",
55
"description": "JavaScript ADK SDK for interacting with the Toolbox service",
66
"license": "Apache-2.0",
@@ -54,7 +54,7 @@
5454
"@google/adk": "^0.3.0",
5555
"@google/genai": "^1.14.0",
5656
"@modelcontextprotocol/sdk": "1.26.0",
57-
"@toolbox-sdk/core": "^0.2.1",
57+
"@toolbox-sdk/core": "^0.2.2",
5858
"axios": "^1.13.5",
5959
"openapi-types": "^12.1.3",
6060
"zod": "^3.24.4"

packages/toolbox-adk/src/toolbox_adk/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
export const VERSION = '0.2.1'; // x-release-please-version
15+
export const VERSION = '0.2.2'; // x-release-please-version

0 commit comments

Comments
 (0)