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).
159
+
Available groups are: [`account`](#account), [`docs`](#knowledge-base), [`database`](#database), [`debugging`](#debugging), [`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`, `functions`, and `branching`.
161
+
If this flag is not passed, the default feature groups are: `account`, `database`, `debugging`, `development`, `docs`, `functions`, and `branching`.
162
162
163
163
## Tools
164
164
@@ -198,9 +198,9 @@ Enabled by default. Use `database` to target this group of tools with the [`--fe
198
198
-`apply_migration`: Applies a SQL migration to the database. SQL passed to this tool will be tracked within the database, so LLMs should use this for DDL operations (schema changes).
199
199
-`execute_sql`: Executes raw SQL in the database. LLMs should use this for regular queries that don't change the schema.
200
200
201
-
#### Debug
201
+
#### Debugging
202
202
203
-
Enabled by default. Use `debug` to target this group of tools with the [`--features`](#feature-groups) option.
203
+
Enabled by default. Use `debugging` to target this group of tools with the [`--features`](#feature-groups) option.
204
204
205
205
-`get_logs`: Gets logs for a Supabase project by service type (api, postgres, edge functions, auth, storage, realtime). LLMs can use this to help with debugging and monitoring service performance.
206
206
-`get_advisors`: Gets a list of advisory notices for a Supabase project. LLMs can use this to check for security vulnerabilities or performance issues.
0 commit comments