Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Control log verbosity (debug|info|warn|error) | info |
| ENABLE_GPU | No | Enable WebGPU acceleration tier (not yet implemented) | false |
| ENABLE_WASM | No | Enable WASM acceleration tier | true |
| MAX_WORKERS | No | Maximum concurrent workers | CPU cores - 1 |
| MIN_WORKERS | No | Minimum workers to keep alive (set to 0 for auto-scaling) | 2 |
| TASK_TIMEOUT | No | Task timeout in milliseconds | 30000 |
| ENABLE_WORKERS | No | Enable WebWorkers acceleration tier | true |
| MAX_MATRIX_SIZE | No | Maximum matrix dimension (1000×1000) | 1000 |
| MAX_ARRAY_LENGTH | No | Maximum array length for statistics | 100000 |
| MAX_NESTING_DEPTH | No | Maximum parentheses/bracket nesting | 50 |
| OPERATION_TIMEOUT | No | Operation timeout in milliseconds | 30000 |
| NOTIFY_DEGRADATION | No | Log when acceleration tier degradation occurs | true |
| ENABLE_PERF_LOGGING | No | Enable periodic performance statistics logging | |
| WORKER_IDLE_TIMEOUT | No | Idle timeout in ms before worker termination | 60000 |
| DISABLE_PERF_TRACKING | No | Disable performance tracking for minimal overhead | |
| MAX_EXPRESSION_LENGTH | No | Maximum expression length (characters) | 10000 |
| DISABLE_WASM_INTEGRITY | No | Disable WASM integrity checks (development only) |
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 | |