hyperdx/.mcp.json
Tom Alexander 46daa63055
chore: add playwright agents for cursor and claude (#1847)
- Adds playwright agents for test creation with playwright mcp. 
- Enhances our playwright skill to make use of these
- Updates contribution guide/readmes
2026-03-05 15:16:18 +00:00

8 lines
133 B
JSON

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