refactor: 迁移本地 Supabase 到云端,使用 JWKS 进行 JWT 验证
- 新增 JwtVerifier 支持 RS256 + JWKS 验证 - 简化 docker-compose,删除本地 Supabase 服务(kong/auth/storage等) - 删除冗余的 Supabase 配置文件(volumes目录) - 适配测试用例以支持新配置方式 - 更新运行时文档和迁移计划
This commit is contained in:
+12
-5
@@ -1,12 +1,19 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"mcp": {
|
||||
"supabase_mcp": {
|
||||
"type": "remote",
|
||||
"url": "http://localhost:8001/mcp",
|
||||
"oauth": false,
|
||||
"supabase": {
|
||||
"type": "local",
|
||||
"enabled": true,
|
||||
"timeout": 10000
|
||||
"command": [
|
||||
"npx",
|
||||
"-y",
|
||||
"@aliyun-supabase/mcp-server-supabase@latest",
|
||||
"--features=aliyun",
|
||||
"--region-id=cn-shenzhen"
|
||||
],
|
||||
"environment": {
|
||||
"ALIYUN_ACCESS_TOKEN": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user