Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| gdb_start | Start a new GDB session |
| gdb_load | Load a program into GDB |
| gdb_command | Execute a GDB command |
| gdb_terminate | Terminate a GDB session |
| gdb_list_sessions | List all active GDB sessions |
| gdb_attach | Attach to a running process |
| gdb_load_core | Load a core dump file |
| gdb_set_breakpoint | Set a breakpoint |
| gdb_continue | Continue program execution |
| gdb_step | Step program execution |
| gdb_next | Step over function calls |
| gdb_finish | Execute until the current function returns |
| gdb_backtrace | Show call stack |
| gdb_print | Print value of expression |
| gdb_examine | Examine memory |
| gdb_info_registers | Display registers |