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
Available groups are: [`account`](#account), [`docs`](#knowledge-base), [`database`](#database), [`debug`](#debug), [`development`](#development), [`functions`](#edge-functions), [`storage`](#storage), and [`branching`](#branching-experimental-requires-a-paid-plan).
160
160
161
-
If this flag is not passed, the default feature groups are: `account`, `database`, `debug`, `development`, `docs`, and `functions`.
161
+
If this flag is not passed, the default feature groups are: `account`, `database`, `debug`, `development`, `docs`, `functions`, and `branching`.
162
162
163
163
## Tools
164
164
@@ -220,17 +220,9 @@ Enabled by default. Use `functions` to target this group of tools with the [`--f
220
220
-`list_edge_functions`: Lists all Edge Functions in a Supabase project.
221
221
-`deploy_edge_function`: Deploys a new Edge Function to a Supabase project. LLMs can use this to deploy new functions or update existing ones.
222
222
223
-
#### Storage
224
-
225
-
Disabled by default to reduce tool count. Use `storage` to target this group of tools with the [`--features`](#feature-groups) option.
226
-
227
-
-`list_storage_buckets`: Lists all storage buckets in a Supabase project.
228
-
-`get_storage_config`: Gets the storage config for a Supabase project.
229
-
-`update_storage_config`: Updates the storage config for a Supabase project (requires a paid plan).
230
-
231
223
#### Branching (Experimental, requires a paid plan)
232
224
233
-
Disabled by default to reduce tool count. Use `branching` to target this group of tools with the [`--features`](#feature-groups) option.
225
+
Enabled by default. Use `branching` to target this group of tools with the [`--features`](#feature-groups) option.
234
226
235
227
-`create_branch`: Creates a development branch with migrations from production branch.
236
228
-`list_branches`: Lists all development branches.
@@ -239,6 +231,14 @@ Disabled by default to reduce tool count. Use `branching` to target this group o
239
231
-`reset_branch`: Resets migrations of a development branch to a prior version.
240
232
-`rebase_branch`: Rebases development branch on production to handle migration drift.
241
233
234
+
#### Storage
235
+
236
+
Disabled by default to reduce tool count. Use `storage` to target this group of tools with the [`--features`](#feature-groups) option.
237
+
238
+
-`list_storage_buckets`: Lists all storage buckets in a Supabase project.
239
+
-`get_storage_config`: Gets the storage config for a Supabase project.
240
+
-`update_storage_config`: Updates the storage config for a Supabase project (requires a paid plan).
0 commit comments