From aff9e71d55e4718519b20dd38647eb540ea4d03d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jerzy=20Ko=C5=82osowski?= Date: Tue, 10 Feb 2026 15:13:40 +0100 Subject: [PATCH] Add debug-mcp.net to Model Context Protocol section MCP server for .NET debugging with 34 AI-accessible tools via ICorDebug APIs. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7a696cc..5a7183b 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ A list of AI coding tools (assistants, completion, refactoring, etc.). ## Model Context Protocol (MCP) +- [debug-mcp.net](https://github.com/jkolo/debug-mcp) – MCP server for .NET debugging with 34 AI-accessible tools via ICorDebug APIs. - [Roundtable MCP Server](https://github.com/askbudi/roundtable) – Zero-configuration MCP server that unifies multiple coding assistants (Codex, Claude Code, Cursor, Gemini) through auto-discovery and a standard interface. - [ToolHive](https://github.com/stacklok/toolhive) – Helps find the right MCP server for your task and deploy it with one click.