Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TEMP_DIR | No | Directory for temporary files. Defaults to system temp directory. | |
| FROM_NAME | No | The name that will appear in the 'From' field. | |
| SMTP_HOST | No | SMTP server host (e.g., smtp.gmail.com). Required for email functionality. | |
| SMTP_PASS | No | SMTP password or app password. Required for email functionality. | |
| SMTP_PORT | No | SMTP server port. | 587 |
| SMTP_USER | No | SMTP username/email. Required for email functionality. | |
| FROM_EMAIL | No | The email address that will appear in the 'From' field. Defaults to SMTP_USER. | |
| OUTPUT_DIR | No | Directory where generated PDF invoices are saved. Highly recommended to set an absolute path to avoid permission issues. | ./invoices |
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 | |