Enable any LLM (e.g. Claude) to interactively debug any language for you via MCP and a VS Code Extension
The repository implements a client-server architecture. The core component is an MCP server (Node.js application) that communicates with a VS Code extension. The extension facilitates the integration with LLMs like Claude, enabling them to interact with the debugging process within VS Code. It uses a debugger console and launch configurations.
TypeScript
182