Update server-everything to use the latest version of the SDK

This commit is contained in:
cliffhall
2025-05-05 18:00:44 -04:00
parent 0ad83e8dda
commit c4371d95d5
2 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@
"start:streamableHttp": "node dist/streamableHttp.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.10.1",
"@modelcontextprotocol/sdk": "^1.11.0",
"express": "^4.21.1",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.5"