Enables interaction with debuggers using the Model Context Protocol to enhance debugging workflows.
Dap is an implementation of the Model Context Protocol (MCP) that interacts with a Debug Adapter Protocol (DAP) server to improve debugging processes. It provides a standardized framework for optimizing the context window of large language models, enhancing debugging workflows by integrating with debuggers using a flexible configuration to manage breakpoints, control execution, evaluate expressions, and view source code. It's extendable to support various DAP servers by adding DAP-specific configuration classes.