Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FHIR_BASE_URL | No | FHIR server base URL | http://localhost:8080/fhir |
| FHIR_ALLOW_READ | No | Enable GET operations | true |
| FHIR_AUTH_TOKEN | No | Bearer token for authentication | |
| FHIR_ALLOW_WRITE | No | Enable POST/PUT/PATCH/DELETE operations | true |
| FHIR_ALLOWED_METHODS | No | Comma-separated HTTP methods (overrides READ/WRITE). Examples: GET, POST, GET,POST, GET,POST,PUT |
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 | |