Skip to content

Commit c9dcd3b

Browse files
authored
Merge pull request #101 from supabase-community/docs/default-feature-groups
docs: update default feature groups
2 parents 1785447 + 852c643 commit c9dcd3b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ npx -y @supabase/mcp-server-supabase@latest --features=database,docs
158158

159159
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).
160160

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`.
162162

163163
## Tools
164164

@@ -220,17 +220,9 @@ Enabled by default. Use `functions` to target this group of tools with the [`--f
220220
- `list_edge_functions`: Lists all Edge Functions in a Supabase project.
221221
- `deploy_edge_function`: Deploys a new Edge Function to a Supabase project. LLMs can use this to deploy new functions or update existing ones.
222222

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-
231223
#### Branching (Experimental, requires a paid plan)
232224

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.
234226

235227
- `create_branch`: Creates a development branch with migrations from production branch.
236228
- `list_branches`: Lists all development branches.
@@ -239,6 +231,14 @@ Disabled by default to reduce tool count. Use `branching` to target this group o
239231
- `reset_branch`: Resets migrations of a development branch to a prior version.
240232
- `rebase_branch`: Rebases development branch on production to handle migration drift.
241233

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).
241+
242242
## Other MCP servers
243243

244244
### `@supabase/mcp-server-postgrest`

0 commit comments

Comments
 (0)