Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MYSQL_HOST | No | MySQL database host | localhost |
| MYSQL_PORT | No | MySQL database port | 3306 |
| MYSQL_USER | No | MySQL database user | root |
| MONGODB_URI | No | MongoDB connection URI | mongodb://localhost:27017 |
| MYSQL_DATABASE | No | MySQL database name | |
| MYSQL_PASSWORD | No | MySQL database password | |
| MONGODB_DATABASE | No | MongoDB database name | test |
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 | |