opencode-web-space / opencode.json
OsamaBinLikhon's picture
Upload folder using huggingface_hub
2954623 verified
raw
history blame contribute delete
398 Bytes
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"chrome-devtools": {
"type": "local",
"command": ["npx", "-y", "chrome-devtools-mcp@latest"],
"enabled": true
},
"playwright": {
"type": "local",
"command": ["npx", "-y", "@playwright/mcp@latest"],
"enabled": true
}
},
"server": {
"port": 7860,
"hostname": "0.0.0.0"
}
}