Skip to content

Commit 5a92040

Browse files
committed
update-pinned-version
1 parent 52e599a commit 5a92040

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

.changeset/tidy-dancers-yawn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"mcp-handler": patch
3+
---
4+
5+
Update pinned version of MCP TS SDK to 1.25.2 for vulnerability patch

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ A Vercel adapter for the Model Context Protocol (MCP), enabling real-time commun
55
## Installation
66

77
```bash
8-
npm install mcp-handler @modelcontextprotocol/[email protected].0 zod@^3
8+
npm install mcp-handler @modelcontextprotocol/[email protected].2 zod@^3
99
```
1010

11-
> **Note**: The recommended version for `@modelcontextprotocol/sdk` is 1.25.0
11+
> **Note**: Versions of `@modelcontextprotocol/sdk` prior to 1.25.1 have a security vulnerability. Use version 1.25.2 or later.
1212
1313
## Quick Start (Next.js)
1414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"zod": "^3.25.50"
7070
},
7171
"peerDependencies": {
72-
"@modelcontextprotocol/sdk": "^1.25.1",
72+
"@modelcontextprotocol/sdk": "1.25.2",
7373
"next": ">=13.0.0"
7474
},
7575
"peerDependenciesMeta": {

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)