Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PER_KM_BS | Yes | Price per kilometer in Bolívares | |
| PER_MIN_BS | Yes | Price per minute in Bolívares | |
| MIN_FARE_BS | Yes | Minimum fare in Bolívares | |
| BASE_FARE_BS | Yes | Base fare in Bolívares | |
| SUPABASE_URL | Yes | The URL of your Supabase instance | |
| FUEL_PRICE_BS | Yes | Fuel price in Bolívares | |
| USD_EXCHANGE_RATE | Yes | Exchange rate from Bolívares to USD | |
| SUPABASE_SERVICE_KEY | Yes | Your Supabase service role key (has full permissions) |
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 | |