Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_HOST | No | Database host | localhost |
| DB_NAME | No | Database name | revisto |
| DB_PORT | No | Database port | 3306 |
| DB_TYPE | No | Database type (mysql, postgres) | mysql |
| DB_USER | No | Database username | iamrevisto |
| LOG_LEVEL | No | Logging level (debug, info, warn, error) | debug |
| DB_PASSWORD | No | Database password | password |
| SERVER_PORT | No | Server port | 9092 |
| TRANSPORT_MODE | No | Transport mode (stdio, sse) | stdio |
| DB_ROOT_PASSWORD | No | Database root password (for container setup) | root_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 | |