From edb36b045d70660b591e73c656cc9bb27338b132 Mon Sep 17 00:00:00 2001 From: Justin Spahr-Summers Date: Thu, 21 Nov 2024 10:34:21 +0000 Subject: [PATCH] Add `npm run link-all` script to set up servers --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4da25f78..22240cb0 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,8 @@ "scripts": { "build": "npm run build --workspaces", "watch": "npm run watch --workspaces", - "publish-all": "npm publish --workspaces --access public && npm publish --access public" + "publish-all": "npm publish --workspaces --access public && npm publish --access public", + "link-all": "npm link --workspaces" }, "dependencies": { "@modelcontextprotocol/server-everything": "*",