chore: prep for opencode
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
25
opencode.jsonc
Normal file
25
opencode.jsonc
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"$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'"
|
||||
]
|
||||
},
|
||||
"bun-docs": {
|
||||
"type": "remote",
|
||||
"url": "https://bun.com/docs/mcp",
|
||||
"timeout": 3000
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user