Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CRASH_SEARCH_PATH | No | The search path for crash dump files | /var/crash |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_crash_dumps | Scans for crash dumps in the specified directory (recursive). |
| start_session | Starts analysis session. Requires vmcore and vmlinux paths. Returns session ID. |
| run_crash_command | Runs crash utility command (e.g., sys, bt, log, ps, files, vm, kmem). |
| run_drgn_command | Runs drgn Python code (e.g., prog.crashed_thread(), prog['variable']). |
| stop_session | Terminates an active session. |
| get_sys_info | Convenience tool to get system info (runs 'sys' command). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |