Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port on which the server will run | 8000 |
| SUPABASE_URL | Yes | The URL of your Supabase project (e.g., https://your-project.supabase.co) | |
| PYTHONUNBUFFERED | No | Python unbuffered mode | 1 |
| SUPABASE_ANON_KEY | Yes | Your Supabase anonymous key (e.g., eyJ...) | |
| SUPABASE_SERVICE_KEY | No | Your Supabase service key (optional, for privileged operations) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |