We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9625f96 commit 75e1150Copy full SHA for 75e1150
.mcp.json
@@ -22,6 +22,15 @@
22
"Microsoft Docs": {
23
"url": "https://learn.microsoft.com/api/mcp",
24
"type": "sse"
25
+ },
26
+ "NuGet Server": {
27
+ "type": "stdio",
28
+ "command": "dnx",
29
+ "args": [
30
+ "NuGet.Mcp.Server",
31
+ "--prerelease",
32
+ "--yes"
33
+ ]
34
}
35
},
36
"inputs": [
.vscode/mcp.json
0 commit comments