You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-24Lines changed: 20 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,27 +10,17 @@ This MCP server integrates with [CDB](https://learn.microsoft.com/en-us/windows-
10
10
11
11
## What is this?
12
12
13
-
**Primarily**, a tool that enables AI to interact with WinDbg for both crash dump analysis and live debugging. The "magic" is giving LLMs the ability to execute debugger commands on crash dumps or remote debugging targets.
13
+
An AI-powered tool that bridges LLMs with WinDbg for crash dump analysis and live debugging. Execute debugger commands through natural language queries like *"Show me the call stack and explain this access violation"*.
14
14
15
-
This means you can:
16
-
- Get immediate first-level triage analysis for categorizing crash dumps
17
-
- Perform natural language-based analysis: *"Show me the call stack and explain what might be causing this access violation"*
18
-
- Auto-analyze simple cases and get insights for complex debugging scenarios
19
-
- Connect to live debugging sessions for real-time analysis
15
+
## What This is Not
20
16
21
-
**What this is NOT**: A magical solution that automatically fixes all issues. It's a **simple Python wrapper around CDB** that **relies** on the **LLM's WinDbg** expertise.
17
+
Not a magical auto-fix solution. It's a Python wrapper around CDB that leverages LLM knowledge to assist with debugging.
22
18
23
-
## MCP Compatibility
24
-
25
-
This server implements the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/), making it compatible with any MCP-enabled client:
19
+
## Usage Modes
26
20
27
-
-**GitHub Copilot** - Recommended for VS Code users
0 commit comments