From 54bb7f5397d8bfe9af672cc6ce90962af67b4068 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 16:45:29 +0000 Subject: [PATCH] chore(deps): bump @modelcontextprotocol/sdk in /plugins/armorcodex Bumps [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) from 1.27.1 to 1.29.0. - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases) - [Commits](https://github.com/modelcontextprotocol/typescript-sdk/compare/v1.27.1...v1.29.0) --- updated-dependencies: - dependency-name: "@modelcontextprotocol/sdk" dependency-version: 1.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- plugins/armorcodex/package-lock.json | 8 ++++---- plugins/armorcodex/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/armorcodex/package-lock.json b/plugins/armorcodex/package-lock.json index 00caa8d..dcce111 100644 --- a/plugins/armorcodex/package-lock.json +++ b/plugins/armorcodex/package-lock.json @@ -9,7 +9,7 @@ "version": "0.2.0", "dependencies": { "@armoriq/sdk": "^0.3.1", - "@modelcontextprotocol/sdk": "^1.27.1", + "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^3.25.76" }, "engines": { @@ -45,9 +45,9 @@ } }, "node_modules/@modelcontextprotocol/sdk": { - "version": "1.27.1", - "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.27.1.tgz", - "integrity": "sha512-sr6GbP+4edBwFndLbM60gf07z0FQ79gaExpnsjMGePXqFcSSb7t6iscpjk9DhFhwd+mTEQrzNafGP8/iGGFYaA==", + "version": "1.29.0", + "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.29.0.tgz", + "integrity": "sha512-zo37mZA9hJWpULgkRpowewez1y6ML5GsXJPY8FI0tBBCd77HEvza4jDqRKOXgHNn867PVGCyTdzqpz0izu5ZjQ==", "license": "MIT", "dependencies": { "@hono/node-server": "^1.19.9", diff --git a/plugins/armorcodex/package.json b/plugins/armorcodex/package.json index fa5942c..3a44369 100644 --- a/plugins/armorcodex/package.json +++ b/plugins/armorcodex/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@armoriq/sdk": "^0.3.1", - "@modelcontextprotocol/sdk": "^1.27.1", + "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^3.25.76" } }