trying moving the SDK into a normal dep

This commit is contained in:
Glen Maddern 2025-03-24 22:53:47 +11:00
parent 81f6949734
commit 29d71fb270

View file

@ -22,11 +22,11 @@
"check": "prettier --check . && tsc"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"express": "^4.21.2",
"open": "^10.1.0"
},
"devDependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"@types/express": "^5.0.0",
"@types/node": "^22.13.10",
"@types/react": "^19.0.12",