{
"type": "object",
"required": [
"supabaseUrl",
"supabaseKey",
"supabaseAccessToken"
],
"properties": {
"configPath": {
"type": "string",
"description": "Path to the configuration file if using a custom config."
},
"supabaseKey": {
"type": "string",
"description": "The service role key of your Supabase project."
},
"supabaseUrl": {
"type": "string",
"description": "The URL of your Supabase project."
},
"supabaseAccessToken": {
"type": "string",
"description": "The access token for management operations in Supabase."
}
}
}