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).
163
+
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).
164
164
165
-
If this flag is not passed, the default feature groups are: `account`, `database`, `debug`, `development`, `docs`, `functions`, and `branching`.
165
+
If this flag is not passed, the default feature groups are: `account`, `database`, `debugging`, `development`, `docs`, `functions`, and `branching`.
166
166
167
167
## Tools
168
168
@@ -202,9 +202,9 @@ Enabled by default. Use `database` to target this group of tools with the [`--fe
202
202
-`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).
203
203
-`execute_sql`: Executes raw SQL in the database. LLMs should use this for regular queries that don't change the schema.
204
204
205
-
#### Debug
205
+
#### Debugging
206
206
207
-
Enabled by default. Use `debug` to target this group of tools with the [`--features`](#feature-groups) option.
207
+
Enabled by default. Use `debugging` to target this group of tools with the [`--features`](#feature-groups) option.
208
208
209
209
-`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.
210
210
-`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