Files
context-kit/snippets/opencode.json
Ajay Krishnan 6629a9b284 Run docs-mcp as a long-lived shared HTTP service (#1)
Co-authored-by: Ajay Krishnan <ajay@krishnan.ca>
Co-committed-by: Ajay Krishnan <ajay@krishnan.ca>
2026-05-24 15:48:24 +00:00

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
}
}
}