Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Runtime environment | production |
| LOG_LEVEL | No | Log level (debug, info, warn, error) | info |
| STARROCKS_HOST | Yes | StarRocks server host | localhost |
| STARROCKS_PORT | Yes | StarRocks server port | 9030 |
| STARROCKS_USER | Yes | Database username | root |
| STARROCKS_CHARSET | No | Character set | utf8mb4 |
| STARROCKS_TIMEOUT | No | Query timeout (milliseconds) | 60000 |
| STARROCKS_DATABASE | Yes | Default database name | |
| STARROCKS_PASSWORD | Yes | Database password | |
| STARROCKS_TIMEZONE | No | Timezone | local |
| STARROCKS_ACQUIRE_TIMEOUT | No | Connection acquisition timeout (milliseconds) | 60000 |
| STARROCKS_CONNECTION_LIMIT | No | Connection pool size | 10 |
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 | |