From 97cfc524c2c3a7aa9d63e74db5a3441773cd714b Mon Sep 17 00:00:00 2001 From: Abhinav Prakash Date: Mon, 31 Aug 2026 09:25:49 +0530 Subject: [PATCH] fix(workspace): add test script for workspaces and verify fetch dependencies - Add root test script to run workspace tests cleanly - Ensure mcp-server-fetch dependencies and python test suites pass Fixes #4635 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ab0b8c8800..1229058254 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "build": "npm run build --workspaces", "watch": "npm run watch --workspaces", "publish-all": "npm publish --workspaces --access public", - "link-all": "npm link --workspaces" + "link-all": "npm link --workspaces", + "test": "npm test --workspaces" }, "dependencies": { "@modelcontextprotocol/server-everything": "*",