Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRINO_HOST | No | Trino server hostname or IP | localhost |
| TRINO_PORT | No | Trino server port | 8080 |
| TRINO_USER | Yes | Trino user name | |
| TRINO_SCHEMA | Yes | Default schema to use (e.g., default, public, etc.) | |
| TRINO_CATALOG | Yes | Default catalog to use (e.g., hive, tpch, postgresql, etc.) | |
| TRINO_PASSWORD | No | Trino password (optional, depends on your authentication setup) |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |