diff --git a/test/mcp/package.json b/test/mcp/package.json index 1f9d1ad7f1c..0b17f1a6216 100644 --- a/test/mcp/package.json +++ b/test/mcp/package.json @@ -9,7 +9,7 @@ "watch-automation": "cd ../automation && npm run watch", "watch-mcp": "node ../../node_modules/typescript/bin/tsc --watch --preserveWatchOutput", "watch": "npm-run-all -lp watch-automation watch-mcp", - "start-stdio": "echo 'Starting vscode-playwright-mcp... For customization & troubleshooting, see ./test/mcp/README.md' && npm ci && npm run -s compile && node ./out/stdio.js" + "start-stdio": "echo 'Starting vscode-playwright-mcp... For customization and troubleshooting, see ./test/mcp/README.md' && npm ci && npm run -s compile && node ./out/stdio.js" }, "dependencies": { "@modelcontextprotocol/sdk": "1.18.1",