From cf355dac9c0d47d5d766e1753fe66f10bab449d7 Mon Sep 17 00:00:00 2001 From: Glen Maddern Date: Thu, 17 Apr 2025 16:49:09 +1000 Subject: [PATCH] move back to bundling the SDK so I can publish a test version without waiting for them --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ebf114d..17700f0 100644 --- a/package.json +++ b/package.json @@ -28,11 +28,11 @@ "check": "prettier --check . && tsc" }, "dependencies": { - "@modelcontextprotocol/sdk": "link:/Users/glen/src/hax/mcp/typescript-sdk", "express": "^4.21.2", "open": "^10.1.0" }, "devDependencies": { + "@modelcontextprotocol/sdk": "link:/Users/glen/src/hax/mcp/typescript-sdk", "@types/express": "^5.0.0", "@types/node": "^22.13.10", "@types/react": "^19.0.12", @@ -54,8 +54,7 @@ "clean": true, "outDir": "dist", "external": [ - "react", - "@modelcontextprotocol/sdk" + "react" ] } }