Mention debugging of the server (#262586)

This commit is contained in:
Tyler James Leonhardt
2025-08-20 14:59:27 -07:00
committed by GitHub
parent a972f2cb4b
commit 63a08f4e04
2 changed files with 19 additions and 0 deletions

1
.vscode/mcp.json vendored
View File

@@ -3,6 +3,7 @@
"vscode-playwright-mcp": {
"type": "stdio",
"command": "npm",
// Look at the [README](../test/mcp/README.md) to see what arguments are supported
"args": ["run", "start-stdio"],
"cwd": "${workspaceFolder}/test/mcp"
}