Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (debug/info/warn/error) | info |
| MAX_RETRIES | No | Maximum retry attempts for failed requests | 3 |
| RETRY_DELAY | No | Initial retry delay (ms) | 1000 |
| MAX_FILE_SIZE | No | Maximum file size in bytes (10MB) | 10485760 |
| BYTEBOT_WS_URL | No | WebSocket endpoint for real-time updates | ws://localhost:9991 |
| MCP_SERVER_NAME | No | Server identifier | bytebot-mcp |
| REQUEST_TIMEOUT | No | HTTP request timeout (ms) | 30000 |
| ENABLE_WEBSOCKET | No | Enable WebSocket connections | false |
| BYTEBOT_AGENT_URL | No | ByteBot Agent API endpoint | http://localhost:9991 |
| TASK_POLL_INTERVAL | No | Task status polling interval (ms) | 2000 |
| BYTEBOT_DESKTOP_URL | No | ByteBot Desktop API endpoint | http://localhost:9990 |
| TASK_MONITOR_TIMEOUT | No | Maximum task monitoring duration (ms) | 300000 |
| DESKTOP_ACTION_TIMEOUT | No | Desktop action timeout (ms) | 10000 |
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 | |