A native Visual Studio 2026 extension implementing Claude Code's IDE integration protocol: agent edits open in VS's diff viewer for accept/reject, and MCP servers expose the live debugger (stepping, data breakpoints, attach), Test Explorer runs, and Roslyn navigation with decompile to the agent.
Enables programmatic control of AutoCAD through COM automation, allowing natural language commands to create structures, manage layers, and manipulate entities via MCP clients like Claude.
Provides MCP tools to manage and interact with Unity debug sessions in VS Code, including breakpoints, snapshots, evaluation, and stepping, via a named pipe to the Unity Debugger Pure extension.
Enables step-through debugging for C#, Node.js/TypeScript, Python, and Dart applications on Windows through a unified MCP interface. Acts as a bridge between MCP clients and various debug adapters, providing consistent debugging workflows with breakpoints, variable inspection, and process attachment capabilities.