Skip to content

Commit f21bdb0

Browse files
feat: Add mcp.json configuration for Visual Studio Code
1 parent 723f9ff commit f21bdb0

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ FodyWeavers.xsd
262262
!.vscode/tasks.json
263263
!.vscode/launch.json
264264
!.vscode/extensions.json
265+
!.vscode/mcp.json
265266
*.code-workspace
266267

267268
# Local History for Visual Studio Code
@@ -276,10 +277,10 @@ FodyWeavers.xsd
276277

277278
# JetBrains Rider
278279
*.sln.iml
279-
280+
280281
EssentialCSharp.Web/Markdown/
281282

282283
EssentialCSharp.Web/Guidelines/
283284

284285
# DevContainer environment files with sensitive data
285-
.devcontainer/.env
286+
.devcontainer/.env

.vscode/mcp.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"servers": {
3+
"context7": {
4+
"type": "http",
5+
"url": "https://mcp.context7.com/mcp"
6+
},
7+
"microsoftdocs": {
8+
"type": "http",
9+
"url": "https://learn.microsoft.com/api/mcp"
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)