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 | No | PostgreSQL database host | localhost |
POSTGRES_PORT | No | PostgreSQL database port | 5432 |
POSTGRES_USER | Yes | PostgreSQL database username | |
POSTGRES_PASSWORD | Yes | PostgreSQL database 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 |