owl/examples/mcp_servers_config.json
2025-05-22 00:35:37 +08:00

12 lines
137 B
JSON

{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest"
]
}
}
}