From f9c8c798b8627c4cec9d9b6c5a4cb44349cfef89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 16:49:38 +0000 Subject: [PATCH] Bump @modelcontextprotocol/sdk from 1.24.3 to 1.25.2 in /packages/cli Bumps [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) from 1.24.3 to 1.25.2. - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases) - [Commits](https://github.com/modelcontextprotocol/typescript-sdk/compare/1.24.3...v1.25.2) --- updated-dependencies: - dependency-name: "@modelcontextprotocol/sdk" dependency-version: 1.25.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 0a1937640e..9dfb24d31f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -10,7 +10,7 @@ "dependencies": { "@apollo/client": "^3.14.0", "@inquirer/prompts": "^5.3.6", - "@modelcontextprotocol/sdk": "1.24.3", + "@modelcontextprotocol/sdk": "1.25.2", "@oclif/core": "^4.8.0", "@subql/common": "workspace:~", "@subql/contract-sdk": "^1.9.0",