initial commit
This commit is contained in:
49
.config/opencode/opencode.jsonc
Normal file
49
.config/opencode/opencode.jsonc
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"autoupdate": true,
|
||||
"default_agent": "lead",
|
||||
"plugin": ["@tarquinen/opencode-dcp"],
|
||||
"agent": {
|
||||
"build": {
|
||||
"disable": true
|
||||
},
|
||||
"general": {
|
||||
"disable": true
|
||||
},
|
||||
"explore": {
|
||||
"disable": true
|
||||
}
|
||||
},
|
||||
"permission": {
|
||||
"websearch": "allow",
|
||||
"question": "allow"
|
||||
},
|
||||
"mcp": {
|
||||
"context7": {
|
||||
"type": "remote",
|
||||
"url": "https://mcp.context7.com/mcp",
|
||||
"enabled": true
|
||||
},
|
||||
"gh_grep": {
|
||||
"type": "remote",
|
||||
"url": "https://mcp.grep.app",
|
||||
"enabled": true
|
||||
},
|
||||
"playwright": {
|
||||
"type": "local",
|
||||
"command": [
|
||||
"npx",
|
||||
"@playwright/mcp@latest",
|
||||
"--headless",
|
||||
"--browser",
|
||||
"chromium"
|
||||
],
|
||||
"enabled": true
|
||||
},
|
||||
"megamemory": {
|
||||
"type": "local",
|
||||
"command": ["megamemory"],
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user