Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATABASE_URL | Yes | Connection string for the database (e.g., postgresql://...) | |
| MATERCARE_MODEL | Yes | The AI model used for eldercare (e.g., Taurus-AI-Corp/matercare-llama-3.2-3b) | Taurus-AI-Corp/matercare-llama-3.2-3b |
| TWILIO_AUTH_TOKEN | Yes | Twilio Auth Token for the SMS/call alert system | |
| ALERT_PHONE_NUMBER | Yes | The caregiver phone number that will receive alerts | |
| TWILIO_ACCOUNT_SID | Yes | Twilio Account SID for the SMS/call alert system | |
| TWILIO_PHONE_NUMBER | Yes | The Twilio phone number used to send alerts | |
| HUGGINGFACE_API_TOKEN | Yes | API token for HuggingFace to access fine-tuned models |
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 | |