Skip to content

Commit 4a98a2b

Browse files
authored
Merge pull request #87 from supabase-community/feat/advisors
Advisors tool
2 parents b54f86e + 894e2d6 commit 4a98a2b

File tree

7 files changed

+1343
-433
lines changed

7 files changed

+1343
-433
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ _**Note:** these tools will be unavailable if the server is [scoped to a project
164164
- `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).
165165
- `execute_sql`: Executes raw SQL in the database. LLMs should use this for regular queries that don't change the schema.
166166
- `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.
167+
- `get_advisors`: Gets a list of advisory notices for a Supabase project. LLMs can use this to check for security vulnerabilities or performance issues.
167168

168169
#### Edge Function Management
169170

0 commit comments

Comments
 (0)