From 9b1fcaa7b74994fc002454b85ccb67e0be2b9483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 20:41:50 +0000 Subject: [PATCH] Bump @modelcontextprotocol/sdk from 1.25.3 to 1.26.0 in /example Bumps [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) from 1.25.3 to 1.26.0. - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases) - [Commits](https://github.com/modelcontextprotocol/typescript-sdk/compare/v1.25.3...v1.26.0) --- updated-dependencies: - dependency-name: "@modelcontextprotocol/sdk" dependency-version: 1.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index a610cd5..7ac2d21 100644 --- a/example/package.json +++ b/example/package.json @@ -41,7 +41,7 @@ }, "dependencies": { "@aws-lambda-powertools/logger": "2.30.2", - "@modelcontextprotocol/sdk": "1.25.3", + "@modelcontextprotocol/sdk": "1.26.0", "aws-cdk-lib": "2.237.1", "aws-lambda-mcp-server": "workspace:*", "constructs": "10.4.5",