Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port for remote mode | 3000 |
| API_KEY | No | Authentication key for remote access (required for HTTP mode) | |
| OMDB_API_KEY | No | API key for OMDB movie metadata (required for movies). Get from http://www.omdbapi.com/apikey.aspx | |
| TMDB_API_KEY | No | API key for TMDB TV show metadata (required for TV shows). Get from https://www.themoviedb.org/settings/api | |
| GOOGLE_BOOKS_API_KEY | No | API key for Google Books metadata (optional for books). Get from Google Cloud Console |
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 | |