Automates GDB interactions by exposing its command interpreter as a lightweight server.
GDB provides a lightweight MCP server designed to run directly within GDB, enabling external applications to programmatically control and interact with the debugger. It exposes a single, powerful tool, `gdb-command`, which accepts any GDB command as input and returns its textual output. This facilitates seamless automation, allowing for integration with scripting environments, custom debugging interfaces, or other tools that require precise GDB control over an SSE connection.