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 |
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 |
|---|---|
| crash | Facilitates structured, iterative reasoning for complex problem-solving and analysis. Use this to organize thoughts, break down tasks, and plan actions step-by-step. This tool is ideal for scenarios requiring careful consideration of multiple factors, such as code optimization, system design, or strategic planning. When to use CRASH:
Key Features:
Instructions:
|