Skip to content

Commit b798aa2

Browse files
fix: attempt #4 to fix smithery.ai
1 parent e7d5619 commit b798aa2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</p>
1616

1717
<p align="center">
18-
<strong>Let Cursor & Windsurf manage your Supabase and run SQL queries. Autonomously. In a safe way.</strong>
18+
<strong>Enable your favorite IDE to safely execute SQL queries, manage your database end-to-end, access Management API, and handle user authentication with built-in safety controls.</strong>
1919
</p>
2020

2121
[![Star History Chart](https://api.star-history.com/svg?repos=alexander-zuev/supabase-mcp-server&type=Date)](https://star-history.com/#alexander-zuev/supabase-mcp-server&Date)

smithery.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@ startCommand:
1313
properties:
1414
supabaseProjectRef:
1515
type: string
16-
description: The project reference of Supabase project you want to connect to. Connects to local instance if not provided.
16+
description: "(required) - Supabase project reference ID - Default: 127.0.0.1:54322"
1717
default: "127.0.0.1:54322"
1818
supabaseDbPassword:
1919
type: string
20-
description: The database password of Supabase project you want to connect to. Connects to local instance if not provided.
20+
description: "(required) - Database password - Default: postgres"
2121
default: "postgres"
2222
supabaseRegion:
2323
type: string
24-
description: Region where your Supabase project is hosted.
24+
description: "(optional) - AWS region where your Supabase project is hosted - Default: us-east-1"
2525
default: "us-east-1"
2626
supabaseAccessToken:
2727
type: string
28-
description: Your Supabase access token (required for Management API tools).
28+
description: "(optional) - Personal access token for Supabase Management API - Default: none"
2929
supabaseServiceRoleKey:
3030
type: string
31-
description: Your Supabase service role key (required for Auth Admin SDK tools).
31+
description: "(optional) - Project Service Role Key for Auth Admin SDK - Default: none"
3232
commandFunction:
3333
|-
3434
(config) => ({

0 commit comments

Comments
 (0)