Files
office_translator/opencode.json
sepehr b50419e2ec
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2s
fix: integrate deepseek, resolve silent google api errors, fix google cloud keys
2026-05-17 17:11:06 +02:00

16 lines
262 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"agentation": {
"type": "local",
"command": [
"npx",
"-y",
"agentation-mcp",
"server"
],
"enabled": true,
"environment": {}
}
}
}