Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AWS_REGION | No | AWS region for S3 storage. | |
| AWS_ACCESS_KEY_ID | No | AWS access key for S3 storage. | |
| CELESTIAL_PROVIDER | No | Default calculation provider (e.g., navy_api or skyfield). | |
| SKYFIELD_S3_BUCKET | No | S3 bucket name for ephemeris storage when using the s3 backend. | |
| SKYFIELD_S3_REGION | No | S3 region for ephemeris storage when using the s3 backend. | |
| AWS_SECRET_ACCESS_KEY | No | AWS secret key for S3 storage. | |
| CELESTIAL_CONFIG_PATH | No | Path to the celestial.yaml configuration file. | |
| SKYFIELD_STORAGE_BACKEND | No | Storage backend for ephemeris files (options: local, s3, or memory). | |
| CELESTIAL_MOON_PHASES_PROVIDER | No | Provider specifically for moon phases calculations. |
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 | |