Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| POSTGRES_DB | Yes | PostgreSQL database name | video_metadata |
| POSTGRES_HOST | Yes | PostgreSQL host | localhost |
| POSTGRES_PORT | Yes | PostgreSQL port | 5432 |
| POSTGRES_USER | Yes | PostgreSQL username | |
| POSTGRES_PASSWORD | Yes | PostgreSQL password |
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 | |