·v1.0·현재

mcp-debug-tools

AI-powered VSCode debugging bridge — connecting MCP agents to the Debug Adapter Protocol.

Stack
TypeScript · VSCode Extension API · Debug Adapter Protocol (DAP) · Model Context Protocol (MCP)
Links
AI와 함께하는 똑똑한 디버깅 — MCP Debug Tools 시연

An infrastructure tool that empowers AI agents to debug code directly within VSCode by bridging the Model Context Protocol (MCP) with the Debug Adapter Protocol (DAP).

While modern AI coding assistants can generate code, they lack the ability to inspect runtime states. This project solves that gap by exposing VSCode’s debugging capabilities — breakpoints, stack traces, variable inspection — to AI agents via MCP.

Key innovations

  • Protocol bridging (MCP ↔ DAP). Translates the agent’s requests into standardized Debug Adapter Protocol commands, allowing LLMs to control the VSCode debugger.
  • Agentic debugging. Enables AI to autonomously set breakpoints, step through code, and analyze call stacks to identify root causes of bugs.
  • Multi-instance support. Automatically detects and manages connections to multiple VSCode windows, ensuring seamless integration with complex workflows.
  • Stability engineering. Implemented robust heartbeat mechanisms and auto-reconnection logic to maintain stable communication between the AI agent and the IDE.

댓글

JK 이동 열기 T 백라이트