Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_HOST | No | PostgreSQL database host | |
| DB_NAME | No | PostgreSQL database name | |
| DB_PATH | No | Path to the SQLite database file (keiba.db) | |
| DB_PORT | No | PostgreSQL database port | 5432 |
| DB_TYPE | No | The type of database to use (sqlite or postgresql) | |
| DB_USER | No | PostgreSQL database user | |
| DB_PASSWORD | No | PostgreSQL database password |
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 | |