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

11 lines
156 B
JSON

{
"mcpServers": {
"playwright-test": {
"command": "npx",
"args": [
"playwright",
"run-test-mcp-server"
]
}
}
}