feat: enable MCP server for self-hosted Supabase

This commit is contained in:
qzl
2026-03-26 13:37:26 +08:00
parent 5900993ee7
commit 471488f5f7
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ services:
KONG_DECLARATIVE_CONFIG: /usr/local/kong/kong.yml
KONG_DNS_ORDER: LAST,A,CNAME
KONG_DNS_NOT_FOUND_TTL: 1
KONG_PLUGINS: request-transformer,cors,key-auth,acl,post-function,basic-auth
KONG_PLUGINS: request-transformer,cors,key-auth,acl,post-function,basic-auth,ip-restriction
SUPABASE_ANON_KEY: ${SOCIAL_SUPABASE__ANON_KEY}
SUPABASE_SERVICE_KEY: ${SOCIAL_SUPABASE__SERVICE_ROLE_KEY}
SUPABASE_PUBLISHABLE_KEY: ""