16 lines
443 B
JSON
16 lines
443 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": true
|
|
},
|
|
"axiom": {
|
|
"type": "local",
|
|
"command": ["sh", "-c","/home/busya/dev/axiom-mcp-rust-port/target/release/axiom-mcp-server-rs 2>>/tmp/axiom-server.log"],
|
|
"enabled": true
|
|
}
|
|
}
|
|
} |