Enables debugging of Go programs through integration with the Model Context Protocol (MCP).
The Go Debugger is a tool that provides a debugging interface for Go programs, seamlessly integrating with the Model Context Protocol (MCP). It allows developers to launch and debug Go applications, attach to running processes, set breakpoints, step through code, eval variables, view stack traces, and inspect the current scope. Designed for MCP-compatible clients, it simplifies debugging workflows by enabling AI assistants to diagnose issues, inspect variables, and step through code execution.