MCP Server
MCP
ASP.NET Core Debugger — MCP Server for AI Agents
MCP server giving AI agents interactive .NET / ASP.NET Core debugging via netcoredbg + DAP.
Install
nuget:[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "nuget",
"registryBaseUrl": "https://api.nuget.org/v3/index.json",
"identifier": "AspNetCoreDebuggerMcp",
"version": "1.2.0",
"runtimeHint": "dnx",
"transport": {
"type": "stdio"
}
}
]
}
mcp
model-context-protocol
nuget
By
Comments
Sign in to leave a comment