File size: 347 Bytes
9e27976
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "mcp": {
    "playwright": {
      "type": "local",
      "command": [
        "docker",
        "container",
        "run",
        "-i",
        "--rm",
        "--init",
        "--network",
        "host",
        "mcr.microsoft.com/playwright/mcp"
      ],
      "enabled": true
    }
  },
  "$schema": "https://opencode.ai/config.json"
}