the signals and their derived score are provisional and subject to change.
validate manually before sharing.
11397d04a56277f4b634088d7fbafa78387c32af75e04662a6682071ad5950c608d26a4990cabbbfAuthored: 3 months ago (Mon, 11 May 2026 04:37:09 +0000)Match: Co-authored-by: Copilot <copilot@github.com>.vscode/mcp.jsonTool: unspecified{
"servers": {
"AntDesign.Docs.MCP (local)": {
"type": "stdio",
"command": "dotnet",
"args": [
"run",
"--project",
"site/AntDesign.Docs.MCP/AntDesign.Docs.MCP.csproj"
]
},
"AntDesign.Docs.MCP (nuget/dnx)": {
"type": "stdio",
"command": "dnx",
"args": [
"AntDesign.Docs.MCP@0.1.0",
"--add-source",
"${workspaceFolder}/nupkgs",
"--yes"
]
},
"AntDesign.Docs.MCP (dotnet tool)": {
"tynone