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 |
| ROBLOX_API_KEY | No | API key for bridge authentication (auto-generated if not set). For persistent connections, setting a fixed key is recommended. | |
| ROBLOX_RETRIES | No | Number of retry attempts for failed commands. | 2 |
| ROBLOX_TIMEOUT_MS | No | Timeout in milliseconds for command execution. | 30000 |
| ROBLOX_BRIDGE_PORT | No | Preferred port for the HTTP bridge server (will try 8081-8090). | 8081 |
Capabilities
Server capabilities have not been inspected yet.
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 | |