Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CRASH_NO_COLOR | No | Disable colored output | false |
| MAX_HISTORY_SIZE | No | Maximum steps to retain | 100 |
| CRASH_STRICT_MODE | No | Enable legacy validation rules | false |
| CRASH_OUTPUT_FORMAT | No | Output display format | console |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| crash | Record a structured reasoning step for complex problem-solving. Use this tool to break down multi-step problems into trackable reasoning steps. Each step captures your current thinking, expected outcome, and planned next action. WHEN TO USE:
WORKFLOW:
Returns JSON summary with step count, completion status, and next action. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |