Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port | 3001 |
| NODE_ENV | No | Node environment | production |
| X-MySQL-Host | No | MySQL server host | |
| X-MySQL-Port | No | MySQL server port | 3306 |
| X-MySQL-User | No | MySQL username | |
| X-MySQL-Host-1 | No | First MySQL server host (for multi-database setup) | |
| X-MySQL-Host-2 | No | Second MySQL server host (for multi-database setup) | |
| X-MySQL-Port-1 | No | First MySQL server port (for multi-database setup) | |
| X-MySQL-Port-2 | No | Second MySQL server port (for multi-database setup) | |
| X-MySQL-User-1 | No | First MySQL username (for multi-database setup) | |
| X-MySQL-User-2 | No | Second MySQL username (for multi-database setup) | |
| X-MySQL-Database | No | MySQL database name | |
| X-MySQL-Password | No | MySQL password | |
| X-MySQL-Database-1 | No | First MySQL database name (for multi-database setup) | |
| X-MySQL-Database-2 | No | Second MySQL database name (for multi-database setup) | |
| X-MySQL-Password-1 | No | First MySQL password (for multi-database setup) | |
| X-MySQL-Password-2 | No | Second MySQL password (for multi-database setup) |
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 | |