14 lines
294 B
JSON
14 lines
294 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"experimental": {
|
|
"mcp_timeout": 300000
|
|
},
|
|
"mcp": {
|
|
"chrome-devtools": {
|
|
"type": "local",
|
|
"command": ["npx", "chrome-devtools-mcp@latest",
|
|
"--browser-url=http://127.0.0.1:9222" ],
|
|
"enabled": true
|
|
}
|
|
}
|
|
} |