Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SMTP_PORT | No | SMTP port for email configuration | 587 |
| FROM_EMAIL | No | From email address for email configuration | |
| SMTP_SERVER | No | SMTP server for email configuration | smtp.gmail.com |
| SMTP_PASSWORD | No | SMTP password (Gmail app-password) for email configuration | |
| SMTP_USERNAME | No | SMTP username for email configuration | |
| OPENAI_API_KEY | Yes | Your OpenAI API key (required) | |
| OPENROUTE_API_KEY | No | Your OpenRouteService API key (optional) | |
| OPENWEATHER_API_KEY | Yes | Your OpenWeatherMap API key (required) |
Capabilities
Server capabilities have not been inspected yet.
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 | |