Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MYSQL_HOST | Yes | Database host | localhost |
MYSQL_PORT | No | Database port (defaults to 3306 if not specified) | 3306 |
MYSQL_USER | Yes | Your MySQL username | |
MYSQL_DATABASE | Yes | Your MySQL database name | |
MYSQL_PASSWORD | Yes | Your 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 |