Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SMTP_HOST | No | SMTP host for email configuration | |
SMTP_PASS | No | SMTP password for email configuration | |
SMTP_PORT | No | SMTP port for email configuration | |
SMTP_USER | No | SMTP user for email configuration | |
SMTP_SECURE | No | SMTP secure setting for email configuration | |
OPENAI_API_KEY | Yes | OpenAI API Key (required for resume chat) |
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 |