Co-authored-by: Ajay Krishnan <ajay@krishnan.ca> Co-committed-by: Ajay Krishnan <ajay@krishnan.ca>
23 lines
482 B
JSON
23 lines
482 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"mcp": {
|
|
"context-web-search": {
|
|
"type": "local",
|
|
"command": ["context-kit", "web-search"],
|
|
"enabled": true,
|
|
"timeout": 60000
|
|
},
|
|
"context-docs": {
|
|
"type": "remote",
|
|
"url": "http://127.0.0.1:8776/mcp",
|
|
"enabled": true
|
|
},
|
|
"context-repomix": {
|
|
"type": "local",
|
|
"command": ["context-kit", "repomix"],
|
|
"enabled": true,
|
|
"timeout": 120000
|
|
}
|
|
}
|
|
}
|