fix: bump @modelcontextprotocol/sdk to ^1.26.0 (CVE-2026-25536) (#208)

Closes #199
This commit is contained in:
Rajaul Uddin
2026-06-21 02:23:17 +02:00
committed by GitHub
parent 215777d835
commit 6da37bfa7d
+1 -1
View File
@@ -7,7 +7,7 @@
"license": "MIT",
"scripts": { "test": "node --test ./test/*.test.js" },
"dependencies": {
"@modelcontextprotocol/sdk": "^1.19.0",
"@modelcontextprotocol/sdk": "^1.26.0",
"zod": "^3.23.0"
}
}