Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEXT_PUBLIC_SUPABASE_URL | Yes | The URL of your Supabase instance | |
| NEXT_PUBLIC_SUPABASE_ANON_KEY | Yes | The anonymous key for your Supabase instance |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| query_data | Query data from Supabase |
| insert_record | Insert a record into Supabase |
| update_record | Update a record in Supabase |
| delete_record | Delete a record from Supabase |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |