15 lines
366 B
JSON
15 lines
366 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"plugin": ["superpowers@git+https://github.com/obra/superpowers.git"],
|
|
"mcp": {
|
|
"context7": {
|
|
"type": "remote",
|
|
"url": "https://mcp.context7.com/mcp",
|
|
},
|
|
"chrome-devtools": {
|
|
"type": "local",
|
|
"command": ["npx", "-y", "chrome-devtools-mcp@latest"],
|
|
},
|
|
},
|
|
}
|