Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RAPIER_TIMEOUT | No | Request timeout for the Rapier service in seconds. | 30.0 |
| PHYSICS_PROVIDER | No | Provider selection: 'analytic' for built-in formula-based calculations or 'rapier' for rigid-body simulations requiring an external service. | analytic |
| RAPIER_MAX_RETRIES | No | Maximum number of retries for Rapier service requests. | 3 |
| RAPIER_RETRY_DELAY | No | Delay between retries for Rapier service requests in seconds. | 1.0 |
| RAPIER_SERVICE_URL | No | The URL of the Rapier physics service. Defaults to the public service at https://rapier.chukai.io or http://localhost:9000 if running locally. | https://rapier.chukai.io |
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 | |