Files
AI/참고/playwright-main/examples/todomvc/.mcp.json

11 lines
156 B
JSON
Raw Normal View History

2026-05-12 19:40:31 +09:00
{
"mcpServers": {
"playwright-test": {
"command": "npx",
"args": [
"playwright",
"run-test-mcp-server"
]
}
}
}