28 lines
668 B
JSON
28 lines
668 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"mcp": {
|
|
"chrome-devtools": {
|
|
"type": "local",
|
|
"command": [
|
|
"bunx",
|
|
"--bun",
|
|
"chrome-devtools-mcp@latest",
|
|
"--log-file",
|
|
"./debug.log",
|
|
"--headless=false",
|
|
"--isolated=false",
|
|
"-e",
|
|
"/nix/store/lz8ajxhnkkw2llj752bdz41wqr645h9c-google-chrome-dev-146.0.7635.0/bin/google-chrome-unstable",
|
|
"--ignore-default-chrome-arg='--disable-extensions'"
|
|
],
|
|
"enabled": false
|
|
},
|
|
"bun-docs": {
|
|
"type": "remote",
|
|
"url": "https://bun.com/docs/mcp",
|
|
"timeout": 3000,
|
|
"enabled": false
|
|
}
|
|
}
|
|
}
|