Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| COMMAND_TIMEOUT | No | Command execution timeout in seconds | 300 |
| TELEGRAM_CHAT_ID | Yes | Chat ID where the escalation prompts should be sent (required for Telegram escalation tool) | |
| MAX_COMMAND_LENGTH | No | Maximum command length | 1000 |
| TELEGRAM_BOT_TOKEN | Yes | Your Telegram bot token from BotFather (required for Telegram escalation tool) | |
| CODEX_DEFAULT_MODEL | No | Default model to use for Codex commands (e.g., "o1", "o3") | |
| TELEGRAM_ALLOWED_USER_IDS | Yes | Comma-separated list of Telegram user IDs allowed to reply (required for Telegram escalation tool) |
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 | |