Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | Custom port for development | |
LOG_LEVEL | No | Logging level for debugging | |
OPENAI_API_KEY | Yes | OpenAI API key for AI-generated fitness plans | |
DEFAULT_USER_ID | No | Custom user ID for single-user setups | |
UPSTASH_REDIS_REST_URL | No | Optional Redis URL for enhanced performance | |
UPSTASH_REDIS_REST_TOKEN | No | Optional Redis token for enhanced performance |
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 |