{ "$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": "" } } } }