feat: convert sse to http transport

This commit is contained in:
Bar Hochman 2025-04-28 16:55:22 +03:00
parent 504aa26761
commit 4cc46bf8d1
6 changed files with 60 additions and 65 deletions

View file

@ -28,7 +28,7 @@
"check": "prettier --check . && tsc"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.9.0",
"@modelcontextprotocol/sdk": "^1.10.2",
"express": "^4.21.2",
"open": "^10.1.0"
},