Skip to content

Commit c32fae7

Browse files
committed
docs: edge function tools
1 parent 510010d commit c32fae7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,11 @@ The following Supabase tools are available to the LLM:
146146
- `execute_sql`: Executes raw SQL in the database. LLMs should use this for regular queries that don't change the schema.
147147
- `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.
148148

149+
#### Edge Function Management
150+
151+
- `list_edge_functions`: Lists all Edge Functions in a Supabase project.
152+
- `deploy_edge_function`: Deploys a new Edge Function to a Supabase project. LLMs can use this to deploy new functions or update existing ones.
153+
149154
#### Project Configuration
150155

151156
- `get_project_url`: Gets the API URL for a project.

0 commit comments

Comments
 (0)