Skip to content

Commit ac3ea58

Browse files
committed
chore(template): sync with dailydevops/template-dotnet [skip ci]
1 parent 91d7b43 commit ac3ea58

2 files changed

Lines changed: 2 additions & 48 deletions

File tree

.mcp.json

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,9 @@
11
{
22
"servers": {
3-
"DeepWiki": {
4-
"type": "http",
5-
"url": "https://mcp.deepwiki.com/mcp"
6-
},
73
"Fetch": {
84
"type": "http",
95
"url": "https://remote.mcpservers.org/fetch/mcp"
106
},
11-
"GitHub.com": {
12-
"type": "http",
13-
"url": "https://api.githubcopilot.com/mcp/",
14-
"headers": {
15-
"Authorization": "Bearer ${input:github_mcp_pat}"
16-
}
17-
},
18-
"Microsoft Docs": {
19-
"url": "https://learn.microsoft.com/api/mcp",
20-
"type": "sse"
21-
},
227
"NuGet Server": {
238
"type": "stdio",
249
"command": "dnx",
@@ -28,13 +13,5 @@
2813
"--yes"
2914
]
3015
}
31-
},
32-
"inputs": [
33-
{
34-
"type": "promptString",
35-
"id": "github_mcp_pat",
36-
"description": "GitHub Personal Access Token",
37-
"password": true
38-
}
39-
]
16+
}
4017
}

.vscode/mcp.json

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,9 @@
11
{
22
"servers": {
3-
"DeepWiki": {
4-
"type": "http",
5-
"url": "https://mcp.deepwiki.com/mcp"
6-
},
73
"Fetch": {
84
"type": "http",
95
"url": "https://remote.mcpservers.org/fetch/mcp"
106
},
11-
"GitHub.com": {
12-
"type": "http",
13-
"url": "https://api.githubcopilot.com/mcp/",
14-
"headers": {
15-
"Authorization": "Bearer ${input:github_mcp_pat}"
16-
}
17-
},
18-
"Microsoft Docs": {
19-
"url": "https://learn.microsoft.com/api/mcp",
20-
"type": "sse"
21-
},
227
"NuGet Server": {
238
"type": "stdio",
249
"command": "dnx",
@@ -28,13 +13,5 @@
2813
"--yes"
2914
]
3015
}
31-
},
32-
"inputs": [
33-
{
34-
"type": "promptString",
35-
"id": "github_mcp_pat",
36-
"description": "GitHub Personal Access Token",
37-
"password": true
38-
}
39-
]
16+
}
4017
}

0 commit comments

Comments
 (0)