mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
Get rid of dependency on playwright-mcp (#292432)
This commit is contained in:
committed by
GitHub
parent
2c2c45a9b5
commit
c8d90ab45f
@@ -9,20 +9,15 @@
|
||||
"watch-automation": "cd ../automation && npm run watch",
|
||||
"watch-mcp": "node ../../node_modules/typescript/bin/tsc --watch --preserveWatchOutput",
|
||||
"watch": "npm-run-all2 -lp watch-automation watch-mcp",
|
||||
"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"
|
||||
"start-stdio": "echo 'Starting vscode-automation-mcp... For customization and troubleshooting, see ./test/mcp/README.md' && npm ci && npm run -s compile && node ./out/stdio.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "1.25.2",
|
||||
"@playwright/mcp": "^0.0.40",
|
||||
"cors": "^2.8.5",
|
||||
"express": "^5.2.1",
|
||||
"minimist": "^1.2.8",
|
||||
"ncp": "^2.0.0",
|
||||
"node-fetch": "^2.6.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/cors": "^2.8.19",
|
||||
"@types/express": "^5.0.3",
|
||||
"@types/ncp": "2.0.1",
|
||||
"@types/node": "22.x",
|
||||
"@types/node-fetch": "^2.5.10",
|
||||
|
||||
Reference in New Issue
Block a user