From 63707d2752b6e5a914963e33d0ab35929047aea9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 17:02:36 +0000 Subject: [PATCH] chore(deps): bump @modelcontextprotocol/sdk in /src/github Bumps [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) from 1.0.1 to 1.24.0. - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases) - [Commits](https://github.com/modelcontextprotocol/typescript-sdk/compare/1.0.1...1.24.0) --- updated-dependencies: - dependency-name: "@modelcontextprotocol/sdk" dependency-version: 1.24.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/github/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github/package.json b/src/github/package.json index 29f5296b6b..3feaf6748d 100644 --- a/src/github/package.json +++ b/src/github/package.json @@ -19,7 +19,7 @@ "watch": "tsc --watch" }, "dependencies": { - "@modelcontextprotocol/sdk": "1.0.1", + "@modelcontextprotocol/sdk": "1.24.0", "@types/node": "^22", "@types/node-fetch": "^2.6.12", "node-fetch": "^3.3.2",