From 2c6a720be103cd4110289ffb3af89708627a5067 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 22:49:24 +0000 Subject: [PATCH] build(deps): bump @hono/node-server and @modelcontextprotocol/sdk Bumps [@hono/node-server](https://github.com/honojs/node-server) to 2.1.1 and updates ancestor dependency [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk). These dependencies need to be updated together. Updates `@hono/node-server` from 1.19.14 to 2.1.1 - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](https://github.com/honojs/node-server/compare/v1.19.14...v2.1.1) Updates `@modelcontextprotocol/sdk` from 1.29.0 to 1.30.0 - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases) - [Commits](https://github.com/modelcontextprotocol/typescript-sdk/compare/v1.29.0...1.30.0) --- updated-dependencies: - dependency-name: "@hono/node-server" dependency-version: 2.1.0 dependency-type: indirect - dependency-name: "@modelcontextprotocol/sdk" dependency-version: 1.30.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- toolbox/mdcode/package-lock.json | 10 +++++----- toolbox/mdcode/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/toolbox/mdcode/package-lock.json b/toolbox/mdcode/package-lock.json index 666048f1..990c720a 100644 --- a/toolbox/mdcode/package-lock.json +++ b/toolbox/mdcode/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "ISC", "dependencies": { - "@modelcontextprotocol/sdk": "^1.29.0", + "@modelcontextprotocol/sdk": "^1.30.0", "@polyglot-sql/sdk": "^0.9.1", "cac": "^7.0.0", "glob": "^13.0.6", @@ -773,12 +773,12 @@ } }, "node_modules/@modelcontextprotocol/sdk": { - "version": "1.29.0", - "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.29.0.tgz", - "integrity": "sha512-zo37mZA9hJWpULgkRpowewez1y6ML5GsXJPY8FI0tBBCd77HEvza4jDqRKOXgHNn867PVGCyTdzqpz0izu5ZjQ==", + "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/toolbox/mdcode/package.json b/toolbox/mdcode/package.json index 281f92f5..eaeea665 100644 --- a/toolbox/mdcode/package.json +++ b/toolbox/mdcode/package.json @@ -25,7 +25,7 @@ "license": "ISC", "type": "commonjs", "dependencies": { - "@modelcontextprotocol/sdk": "^1.29.0", + "@modelcontextprotocol/sdk": "^1.30.0", "@polyglot-sql/sdk": "^0.9.1", "cac": "^7.0.0", "glob": "^13.0.6",