概要
DbgView is an MCP (Model Context Protocol) server designed to empower AI applications with the ability to capture and filter Windows debug output (`OutputDebugString`). Inspired by the classic DebugView by Mark Russinovich, this tool provides a programmatic interface for AI clients to interact with system-level debugging information. It allows for the creation and management of capture sessions, applying sophisticated regex and process filters, and retrieving real-time debug streams, making it a critical component for AI-driven system analysis and automated debugging workflows.