Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port | 3000 |
| DEBUG | No | Enable debug logging | |
| NODE_ENV | No | Node environment (e.g., production) | |
| CACHE_TTL | No | Cache TTL in milliseconds (default: 300000 = 5 minutes) | 300000 |
| REQUEST_TIMEOUT | No | Request timeout in milliseconds for slow networks | |
| ESPN_API_BASE_URL | No | Custom ESPN API base URL | https://site.api.espn.com/apis/site/v2/sports |
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 | |