Files
AI/참고/playwright-main/examples/todomvc/.vscode/mcp.json
2026-05-12 19:40:31 +09:00

13 lines
192 B
JSON

{
"servers": {
"playwright-test": {
"type": "stdio",
"command": "npx",
"args": [
"playwright",
"run-test-mcp-server"
]
}
},
"inputs": []
}