Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | The logging level (e.g., DEBUG) | |
| DB_<NAME>_HOST | No | The database host/hostname | |
| DB_<NAME>_PATH | No | The file path for SQLite databases | |
| DB_<NAME>_PORT | No | The database port | |
| DB_<NAME>_TYPE | No | The type of database (postgresql, mysql, sqlite, or db2) | |
| DB_<NAME>_DATABASE | No | The database name | |
| DB_<NAME>_PASSWORD | No | The database password | |
| DB_<NAME>_USERNAME | No | The database username | |
| DB_<NAME>_POOL_SIZE | No | The connection pool size | 5 |
| DB_<NAME>_READ_ONLY | No | Whether to use read-only mode (true or false, default is true) | true |
| DB_<NAME>_CONNECTION_STRING | No | The database connection string (alternative to individual parameters) |
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 | |