From 717669bd7252084d5afc0c8e5696581646c1311b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 19:41:32 +0000 Subject: [PATCH] build(deps): bump @agentclientprotocol/sdk from 0.22.1 to 1.3.0 Bumps [@agentclientprotocol/sdk](https://github.com/agentclientprotocol/typescript-sdk) from 0.22.1 to 1.3.0. - [Release notes](https://github.com/agentclientprotocol/typescript-sdk/releases) - [Changelog](https://github.com/agentclientprotocol/typescript-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/agentclientprotocol/typescript-sdk/compare/v0.22.1...v1.3.0) --- updated-dependencies: - dependency-name: "@agentclientprotocol/sdk" dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 16ebb9802..849b5d087 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ } ], "dependencies": { - "@agentclientprotocol/sdk": "^0.22.1", + "@agentclientprotocol/sdk": "^1.3.0", "@ai-sdk/anthropic": "^3.0.14", "@ai-sdk/mcp": "^1.0.9", "@ai-sdk/openai": "^3.0.11",