17 lines
378 B
JSON
17 lines
378 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"permission": "allow",
|
|
"mcp": {
|
|
"context7": {
|
|
"type": "local",
|
|
"command": ["npx", "-y", "@upstash/context7-mcp"],
|
|
"enabled": true
|
|
},
|
|
"sequential-thinking": {
|
|
"type": "local",
|
|
"command": ["npx", "@modelcontextprotocol/server-sequential-thinking"],
|
|
"enabled": true
|
|
},
|
|
}
|
|
}
|