Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_HOST | No | Database host (for MySQL) | 127.0.0.1 |
| DB_PORT | No | Database port (for MySQL) | 3306 |
| DB_DATABASE | No | Database name (for MySQL) | |
| DB_PASSWORD | No | Database password (for MySQL) | |
| DB_USERNAME | No | Database username (for MySQL) | |
| DB_CONNECTION | No | Database connection type (sqlite or mysql) | sqlite |
| OPENAI_API_KEY | Yes | Your OpenAI API key for the AI chat functionality |
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 | |