Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
ES_HOST | No | Elasticsearch host | localhost |
ES_PORT | No | Elasticsearch port | 9200 |
ES_USER | No | Elasticsearch username | elastic |
ES_INDEX | No | Elasticsearch index name | apple_health_data |
ES_PASSWORD | No | Elasticsearch password | elastic |
RAW_XML_PATH | Yes | Path to the Apple Health XML file | raw.xml |
XML_SAMPLE_SIZE | No | Number of XML records to sample | 1000 |
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 |