Skip to content

Fix typo in README.md for MCP description#30

Open
cervonwong wants to merge 1 commit intoAgentSmithers:masterfrom
cervonwong:master
Open

Fix typo in README.md for MCP description#30
cervonwong wants to merge 1 commit intoAgentSmithers:masterfrom
cervonwong:master

Conversation

@cervonwong
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings March 30, 2026 01:40
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the README’s MCP acronym expansion to reflect the intended protocol name for this x64dbg plugin template.

Changes:

  • Correct MCP expansion from “Memory Command Protocol” to “Model Context Protocol” in README.md.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@@ -1,5 +1,5 @@
# X64Dbg MCP Server (plugin)
This project is a starting point for building an MCP (Memory Command Protocol) server plugin for x96/x64/x32dbg https://github.com/x64dbg/x64dbg/ using C# on the classic Windows-only .NET Framework platform (No ASP.NET Core hosting required).
This project is a starting point for building an MCP (Model Context Protocol) server plugin for x96/x64/x32dbg https://github.com/x64dbg/x64dbg/ using C# on the classic Windows-only .NET Framework platform (No ASP.NET Core hosting required).
Copy link

Copilot AI Mar 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The phrase "x96/x64/x32dbg" is confusing/redundant (x32dbg and x64dbg are the standard debugger names). Consider rewording to something like "x32dbg/x64dbg (x64dbg suite)" so readers don’t think there is a separate "x96" target.

Suggested change
This project is a starting point for building an MCP (Model Context Protocol) server plugin for x96/x64/x32dbg https://github.com/x64dbg/x64dbg/ using C# on the classic Windows-only .NET Framework platform (No ASP.NET Core hosting required).
This project is a starting point for building an MCP (Model Context Protocol) server plugin for x32dbg/x64dbg (x64dbg suite) https://github.com/x64dbg/x64dbg/ using C# on the classic Windows-only .NET Framework platform (No ASP.NET Core hosting required).

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants