21 lines
495 B
JSON
21 lines
495 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"mcp": {
|
|
"chrome-devtools": {
|
|
"type": "local",
|
|
"command": ["npx", "chrome-devtools-mcp@latest",
|
|
"--browser-url=http://127.0.0.1:9222" ],
|
|
"enabled": false
|
|
},
|
|
"axiom": {
|
|
"type": "local",
|
|
"command": ["/home/busya/dev/axiom-mcp-rust-port/target/release/axiom-mcp-server-rs"],
|
|
"enabled": true
|
|
}
|
|
},
|
|
"agent": {
|
|
"explore": {
|
|
"model": "opencode-go/deepseek-v4-flash"
|
|
}
|
|
}
|
|
} |