Enables MCP clients to launch and control a Delve DAP session for debugging Go programs, including breakpoints, goroutine inspection, and variable manipulation.
Enables any debugger to become a HostProto host by supplying an EngineBinding, exposing revision-scoped debugging semantics through an MCP surface. It computes targets, preconditions, receipts, recovery, and earned capabilities without requiring adapter-specific logic.
Enables launching and controlling a debugpy debug session through MCP, including setting breakpoints, stepping, evaluating expressions, and observing debugger state and events.