Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| METADATA_DB_HOST | No | The host of the metadata database | localhost |
| METADATA_DB_PORT | No | The port of the metadata database | 3306 |
| METADATA_DB_USER | Yes | The username for the metadata database | |
| METADATA_DB_DATABASE | No | The name of the metadata database | metadata_db |
| METADATA_DB_PASSWORD | Yes | The password for the metadata database |
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 | |