38 lines
848 B
JSON
38 lines
848 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"provider": {
|
|
"anthropic": {
|
|
"options": {
|
|
"baseURL": "https://relay.apirelay.co/v1",
|
|
"apiKey": "sk-f7176eb7ae4c39ed5e6f2946a1876d9bec38c54b60cb6fb2c13d639e77c4d7a5"
|
|
}
|
|
}
|
|
// "openai": {
|
|
// "options": {
|
|
// "baseURL": "https://relay.apirelay.co/v1",
|
|
// "apiKey": "sk-f7176eb7ae4c39ed5e6f2946a1876d9bec38c54b60cb6fb2c13d639e77c4d7a5"
|
|
// }
|
|
// }
|
|
},
|
|
"mcp": {
|
|
"context7": {
|
|
"type": "remote",
|
|
"url": "https://mcp.context7.com/mcp",
|
|
"enabled": true,
|
|
"timeout": 10000
|
|
},
|
|
"dbhub": {
|
|
"type": "local",
|
|
"command": [
|
|
"npx",
|
|
"-y",
|
|
"@bytebase/dbhub@latest",
|
|
"--transport",
|
|
"stdio",
|
|
"--config",
|
|
".config/dbhub.toml"
|
|
]
|
|
}
|
|
}
|
|
}
|