概要
NetInspect is a Model Context Protocol (MCP) server designed to expose .NET debugging capabilities as structured API tools. It allows AI assistants like Claude, GPT, or Copilot to interact directly with .NET applications, facilitating tasks such as attaching to running processes, managing breakpoints, stepping through code line by line, inspecting variables, evaluating expressions, and analyzing stack traces across threads. Unlike similar tools that rely on external debuggers via DAP, NetInspect directly leverages the ICorDebug API for native and direct interaction with the .NET runtime.