move back to bundling the SDK so I can publish a test version without waiting for them

This commit is contained in:
Glen Maddern 2025-04-17 16:49:09 +10:00
parent 4237907364
commit cf355dac9c

View file

@ -28,11 +28,11 @@
"check": "prettier --check . && tsc" "check": "prettier --check . && tsc"
}, },
"dependencies": { "dependencies": {
"@modelcontextprotocol/sdk": "link:/Users/glen/src/hax/mcp/typescript-sdk",
"express": "^4.21.2", "express": "^4.21.2",
"open": "^10.1.0" "open": "^10.1.0"
}, },
"devDependencies": { "devDependencies": {
"@modelcontextprotocol/sdk": "link:/Users/glen/src/hax/mcp/typescript-sdk",
"@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",
@ -54,8 +54,7 @@
"clean": true, "clean": true,
"outDir": "dist", "outDir": "dist",
"external": [ "external": [
"react", "react"
"@modelcontextprotocol/sdk"
] ]
} }
} }