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" "check": "prettier --check . && tsc"
}, },
"dependencies": { "dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"express": "^4.21.2", "express": "^4.21.2",
"open": "^10.1.0" "open": "^10.1.0"
}, },
"devDependencies": { "devDependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"@types/express": "^5.0.0", "@types/express": "^5.0.0",
"@types/node": "^22.13.10", "@types/node": "^22.13.10",
"@types/react": "^19.0.12", "@types/react": "^19.0.12",