Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SERVER_PORT | No | The port the server will run on. | 8000 |
| AUTH0_DOMAIN | No | Auth0 domain (e.g., your-domain.auth0.com). | |
| AUTH0_CLIENT_ID | No | Auth0 client ID. | |
| DX_CLUSTER_HOST | No | Your preferred DX Cluster host (e.g., dxspider.net). | dxspider.net |
| DX_CLUSTER_PORT | No | The cluster port. | 7300 |
| SERVER_BASE_URL | No | The base URL where the server is hosted. | http://localhost:8000 |
| AUTH0_CALLBACK_URL | No | Auth0 callback URL for authentication. | http://localhost:8000/auth/callback |
| AUTH0_CLIENT_SECRET | No | Auth0 client secret. | |
| DX_CLUSTER_CALLSIGN | Yes | Your amateur radio callsign. |
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 | |