/ .mcp.json
.mcp.json
1 { 2 "mcpServers": { 3 "playwright-test": { 4 "command": "npx", 5 "args": [ 6 "playwright", 7 "run-test-mcp-server" 8 ] 9 } 10 } 11 }
1 { 2 "mcpServers": { 3 "playwright-test": { 4 "command": "npx", 5 "args": [ 6 "playwright", 7 "run-test-mcp-server" 8 ] 9 } 10 } 11 }