mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Run npm ci & point to README in vscode-playwright-mcp (#270603)
Fixes https://github.com/microsoft/vscode/issues/270534
This commit is contained in:
committed by
GitHub
parent
d82887c57b
commit
32d3077232
+2
-3
@@ -123,12 +123,11 @@ test/mcp/
|
||||
## Troubleshooting
|
||||
|
||||
### Server Won't Start
|
||||
- Ensure Code - OSS's Core and Extension builds are running (they should start automatically)
|
||||
- Check that port 33418 is not already in use
|
||||
- Ensure Code - OSS has been built and run at least once (via F5 or `code.sh`)
|
||||
- Verify all dependencies are installed with `npm install`
|
||||
|
||||
### Browser Automation Issues
|
||||
- Ensure Code - OSS has been built and run at least once
|
||||
- Ensure Code - OSS has been built and run at least once (via F5 or `code.sh`)
|
||||
- Check the server logs for Playwright-related errors
|
||||
- Verify the test repository is properly cloned
|
||||
|
||||
|
||||
@@ -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": "npm run -s compile && node ./out/stdio.js"
|
||||
"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"
|
||||
},
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "1.18.1",
|
||||
|
||||
Reference in New Issue
Block a user