Skip to content

Commit 150b7ec

Browse files
committed
chore(template): sync with dailydevops/dotnet-template [skip ci]
1 parent 8116826 commit 150b7ec

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.mcp.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"servers": {
3+
"DeepWiki": {
4+
"type": "http",
5+
"url": "https://mcp.deepwiki.com/mcp"
6+
},
7+
"Fetch": {
8+
"type": "http",
9+
"url": "https://remote.mcpservers.org/fetch/mcp"
10+
},
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+
"Sequential Thinking": {
19+
"url": "https://remote.mcpservers.org/sequentialthinking/mcp",
20+
"type": "http"
21+
}
22+
},
23+
"inputs": [
24+
{
25+
"type": "promptString",
26+
"id": "github_mcp_pat",
27+
"description": "GitHub Personal Access Token",
28+
"password": true
29+
}
30+
]
31+
}

0 commit comments

Comments
 (0)