Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RETRIES | No | Retry attempts with exponential backoff | 2 |
| JOKE_API | No | Primary provider (jokeapi or official) | jokeapi |
| ALLOW_NET | No | Opt-in for live HTTP calls (true to enable) | false |
| JOKE_LANG | No | Default language (currently en or zh) | en |
| TIMEOUT_MS | No | Per-request HTTP timeout in ms | 2000 |
| LOG_VERBOSE | No | Emit provider diagnostics to stderr | false |
| JOKE_DEFAULT_CATEGORY | No | Fallback category when input omits one | programming |
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 | |