dotfiles/opencode/opencode.json
2025-12-16 13:04:51 +01:00

30 lines
605 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"permission": {
"bash": {
"*": "ask",
"cd": "allow",
"ls": "allow",
"head": "allow",
"mkdir": "allow",
"pnpm": "allow"
}
},
"mcp": {
"context7": {
"type": "remote",
"url": "https://mcp.context7.com/mcp",
"enabled": true
},
"svelte": {
"type": "remote",
"url": "https://mcp.svelte.dev/mcp",
"enabled": true
},
"chrome-devtools": {
"type": "local",
"command": ["npx", "-y", "chrome-devtools-mcp@latest"],
"enabled": true
}
}
}