add streamableHttp server support for everything server

This commit is contained in:
Shiv Deepak Muddada
2025-04-18 18:25:54 -07:00
parent ad36d06a3a
commit 07af15945d
2 changed files with 154 additions and 2 deletions

View File

@@ -18,10 +18,11 @@
"prepare": "npm run build",
"watch": "tsc --watch",
"start": "node dist/index.js",
"start:sse": "node dist/sse.js"
"start:sse": "node dist/sse.js",
"start:streamableHttp": "node dist/streamableHttp.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.9.0",
"@modelcontextprotocol/sdk": "^1.10.1",
"express": "^4.21.1",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.5"