Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GDB_PATH | No | Path to the GDB executable (e.g., arm-none-eabi-gdb). | |
| OPENOCD_PATH | No | Path to the OpenOCD executable. | |
| OPENOCD_SCRIPTS | No | Path to the OpenOCD scripts directory. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| set_project | Set current project directory and load debug configurations from .vscode/launch.json. |
| refresh_debug_targets | Reload launch.json from current project and return available debug configurations. |
| flash_download | Flash firmware once using specified launch configuration without starting debug session. |
| debug_start | Start debug session using specified launch configuration. |
| debug_stop | Stop current active debug session and terminate OpenOCD/GDB processes. |
| debug_command | Execute one GDB command in current active debug session. |
| debug_status | Get current debug session status and available configuration names in JSON string format. |
| get_runtime_config | Return currently effective OpenOCD/GDB runtime configuration and value sources for troubleshooting. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |