Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| DB_HOST | No | Database host | localhost | 
| DB_NAME | Yes | Database name | |
| DB_PORT | No | Database port | 3306 | 
| DB_USER | Yes | Database username | |
| DB_PASSWORD | Yes | Database password | |
| DB_CONNECTION | No | Database connection type | mysql | 
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  | |