Files
social-app/.opencode/opencode.json
T
qzl 6fe2e7b6c3 refactor: 迁移本地 Supabase 到云端,使用 JWKS 进行 JWT 验证
- 新增 JwtVerifier 支持 RS256 + JWKS 验证
- 简化 docker-compose,删除本地 Supabase 服务(kong/auth/storage等)
- 删除冗余的 Supabase 配置文件(volumes目录)
- 适配测试用例以支持新配置方式
- 更新运行时文档和迁移计划
2026-03-09 18:03:04 +08:00

20 lines
475 B
JSON

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