Files
social-app/.opencode/opencode.json
T

20 lines
475 B
JSON
Raw Normal View History

{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"supabase": {
"type": "local",
"enabled": true,
"command": [
"npx",
"-y",
"@aliyun-supabase/mcp-server-supabase@latest",
"--features=aliyun",
"--region-id=cn-shenzhen"
],
"environment": {
"ALIYUN_ACCESS_TOKEN": ""
}
}
}
}