Skip to content

Commit 21cb6c3

Browse files
committed
feat: prompt to clarify project cost
1 parent 7a7625a commit 21cb6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mcp-server-supabase/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export function createSupabaseMcpServer(options: SupabaseMcpServerOptions) {
122122
}),
123123
create_project: tool({
124124
description:
125-
'Creates a new Supabase project. Always ask the user which organization to create the project in. The project can take a few minutes to initialize - use `getProject` to check the status.',
125+
'Creates a new Supabase project. Always ask the user which organization to create the project in. Each new project can have additional costs: If on a free org, the user gets 2 projects for free. On a paid org, the user should reference https://supabase.com/pricing. Be sure the user understands this before creating new projects. The project can take a few minutes to initialize - use `getProject` to check the status.',
126126
parameters: z.object({
127127
name: z.string().describe('The name of the project'),
128128
region: z.optional(

0 commit comments

Comments
 (0)