You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'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 `get_project` to check the status.',
90
90
parameters: z.object({
91
91
name: z.string().describe('The name of the project'),
92
-
region: z.optional(
93
-
z
94
-
.enum(AWS_REGION_CODES)
95
-
.describe(
96
-
'The region to create the project in. Defaults to the closest region.'
97
-
)
98
-
),
92
+
region: z
93
+
.enum(AWS_REGION_CODES)
94
+
.describe('The region to create the project in.'),
0 commit comments