Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEBUG | No | Enable debug mode | True |
MYSQL_HOST | No | The MySQL host address | localhost |
MYSQL_PORT | No | The MySQL port number | 3306 |
MYSQL_USER | No | The MySQL username | root |
MYSQL_DATABASE | Yes | The MySQL database name | |
MYSQL_PASSWORD | Yes | The MySQL password |
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 |