Skip to content

Commit 75e1150

Browse files
committed
chore(template): sync with dailydevops/dotnet-template [skip ci]
1 parent 9625f96 commit 75e1150

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.mcp.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@
2222
"Microsoft Docs": {
2323
"url": "https://learn.microsoft.com/api/mcp",
2424
"type": "sse"
25+
},
26+
"NuGet Server": {
27+
"type": "stdio",
28+
"command": "dnx",
29+
"args": [
30+
"NuGet.Mcp.Server",
31+
"--prerelease",
32+
"--yes"
33+
]
2534
}
2635
},
2736
"inputs": [

.vscode/mcp.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@
2222
"Microsoft Docs": {
2323
"url": "https://learn.microsoft.com/api/mcp",
2424
"type": "sse"
25+
},
26+
"NuGet Server": {
27+
"type": "stdio",
28+
"command": "dnx",
29+
"args": [
30+
"NuGet.Mcp.Server",
31+
"--prerelease",
32+
"--yes"
33+
]
2534
}
2635
},
2736
"inputs": [

0 commit comments

Comments
 (0)