Supabase Auth
get_edge_function
Retrieves file contents for an Edge Function in a Supabase project.
Remote Supabase
Other tools also called get_edge_function?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"project_id": {
"type": "string"
},
"function_slug": {
"type": "string"
}
}
}