From 8526ea4ea0a9a14fdd1394f4e567d11e3847ebe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 16:43:58 +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.30.0. - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases) - [Commits](https://github.com/modelcontextprotocol/typescript-sdk/compare/v1.27.1...1.30.0) --- updated-dependencies: - dependency-name: "@modelcontextprotocol/sdk" dependency-version: 1.30.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- plugins/armorcodex/package-lock.json | 10 +++++----- plugins/armorcodex/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/armorcodex/package-lock.json b/plugins/armorcodex/package-lock.json index 596c038..e771f6a 100644 --- a/plugins/armorcodex/package-lock.json +++ b/plugins/armorcodex/package-lock.json @@ -9,7 +9,7 @@ "version": "0.3.2", "dependencies": { "@armoriq/sdk": "^0.6.3", - "@modelcontextprotocol/sdk": "^1.27.1", + "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^3.25.76" }, "engines": { @@ -45,12 +45,12 @@ } }, "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.30.0", + "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.30.0.tgz", + "integrity": "sha512-xKd8OIzlqNzcqcNumGAa6g+PW2kjD5vrpcKOnfldAUPP3j7lnqMPwlTXQm8gF+UwH72z0lqaRbjr9hqGz0eITA==", "license": "MIT", "dependencies": { - "@hono/node-server": "^1.19.9", + "@hono/node-server": "^1.19.9 || ^2.0.5", "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "content-type": "^1.0.5", diff --git a/plugins/armorcodex/package.json b/plugins/armorcodex/package.json index 511a610..601b6e8 100644 --- a/plugins/armorcodex/package.json +++ b/plugins/armorcodex/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@armoriq/sdk": "^0.6.3", - "@modelcontextprotocol/sdk": "^1.27.1", + "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^3.25.76" } }