Skip to content

Commit 1744fad

Browse files
Update README.md
1 parent 291ec27 commit 1744fad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# mcp_nexus
22

3-
A Model Context Protocol (MCP) server that provides comprehensive Windows debugging capabilities, replicating the functionality of the [mcp-windbg](https://github.com/CapulusCodeNinja/mcp-windbg) Python implementation in C#.
3+
A Model Context Protocol (MCP) server that provides comprehensive Windows debugging capabilities.
44

55
## Features
66

@@ -253,4 +253,4 @@ var callStack = await windbgTool.RunWindbgCmd("k");
253253

254254
// Analyze crash patterns
255255
var analysis = await windbgTool.AnalyzeCrashPatterns();
256-
```
256+
```

0 commit comments

Comments
 (0)