mirror of
https://github.com/mikkelsvartveit/dotfiles.git
synced 2025-12-22 11:12:39 +00:00
28 lines
572 B
JSON
28 lines
572 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"plugin": ["opencode-gemini-auth"],
|
|
"permission": {
|
|
"bash": {
|
|
"*": "allow",
|
|
"rm": "ask",
|
|
"git": "ask"
|
|
}
|
|
},
|
|
"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
|
|
}
|
|
}
|
|
}
|