Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Network port | 25565 |
| debug | No | Enable debug mode | |
| world | No | World directory | |
| backup | No | Enable automatic backups | |
| config | No | Path to TOML config file | |
| log_level | No | Set log level | info |
| max_players | No | Max players | 20 |
| view_distance | No | Chunk view distance | 10 |
| performance_mode | No | Extra performance optimizations |
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 | |