Skip to content

Commit 082a146

Browse files
committed
remove proxy
1 parent 30ea543 commit 082a146

6 files changed

Lines changed: 3 additions & 75 deletions

File tree

Makefile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
.PHONY: deploy deploy-proxy
1+
.PHONY: deploy
22

3-
# Deploy migrations, edge function, and proxy worker.
3+
# Deploy migrations and edge function.
44
# Requires SUPABASE_PROJECT_REF to be set (via .envrc + direnv, or exported manually).
55
deploy:
66
./scripts/deploy.sh
7-
8-
# Deploy only the Cloudflare Worker proxy.
9-
deploy-proxy:
10-
cd proxy && npx wrangler deploy

proxy/.wrangler/cache/wrangler-account.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

proxy/package.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

proxy/src/index.ts

Lines changed: 0 additions & 41 deletions
This file was deleted.

proxy/wrangler.toml

Lines changed: 0 additions & 6 deletions
This file was deleted.

scripts/deploy.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ supabase db execute --sql "SELECT pg_notify('pgrst', 'reload schema');" 2>/dev/n
3030
echo "Deploying mcp edge function..."
3131
supabase functions deploy mcp --no-verify-jwt
3232

33-
echo "Deploying proxy worker..."
34-
cd proxy && npx wrangler deploy && cd ..
35-
3633
echo ""
3734
echo "Deploy complete."
38-
echo "Direct Supabase URL (API calls): https://${SUPABASE_PROJECT_REF}.supabase.co/functions/v1/mcp"
39-
echo "Connector URL (Claude Desktop/web/mobile): see worker URL printed by wrangler above"
35+
echo "Connector URL: https://${SUPABASE_PROJECT_REF}.supabase.co/functions/v1/mcp"

0 commit comments

Comments
 (0)