From 2e851e27f655852fa74fa24447bb8fe08c101d28 Mon Sep 17 00:00:00 2001 From: jalpp Date: Sun, 14 Jun 2026 16:15:17 -0400 Subject: [PATCH] deps: update 1.29.0 --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9884081..d63869b 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ A Vercel adapter for the Model Context Protocol (MCP), enabling real-time commun ## Installation ```bash -npm install mcp-handler @modelcontextprotocol/sdk@1.26.0 zod@^3 +npm install mcp-handler @modelcontextprotocol/sdk@1.29.0 zod@^3 ``` -> **Note**: Versions of `@modelcontextprotocol/sdk` prior to 1.26.0 have a security vulnerability. Use version 1.26.0 or later. +> **Note**: Versions of `@modelcontextprotocol/sdk` prior to 1.29.0 have a security vulnerability. Use version 1.26.0 or later. ## Quick Start (Next.js) diff --git a/package.json b/package.json index 661b6b9..b5a2d75 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "zod": "^3.25.50" }, "peerDependencies": { - "@modelcontextprotocol/sdk": "1.26.0", + "@modelcontextprotocol/sdk": "^1.29.0", "next": ">=13.0.0" }, "peerDependenciesMeta": {