Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| debug | No | Enable debug logging. Set to 'true' or 'false'. | false |
| think-time | No | The default thinking time for the engine in milliseconds. Defaults to 1000. | 1000 |
| uci-option | No | Set a UCI option. This option takes two arguments: the option name and its value (e.g., -o Threads 4). | |
| ENGINE_PATH | Yes | The path to the UCI-compatible chess engine executable (e.g., /usr/local/bin/stockfish). |
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 | |