Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
API_KEY | No | API key for authentication to generate tokens | |
EMAIL_HOST | No | SMTP host for email sending | |
EMAIL_PORT | No | SMTP port for email sending | |
EMAIL_USER | Yes | Email account username or address | |
FROM_EMAIL | No | Default sender email address | |
JWT_SECRET | Yes | Secret key for JWT token generation and verification | |
EMAIL_SERVICE | No | Email service provider (e.g., 'gmail', 'smtp') | |
EMAIL_PASSWORD | Yes | Email account password or app 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 |