Skip to content

Commit 8c3863d

Browse files
committed
Added MCP servers configuration
1 parent adea02b commit 8c3863d

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.mcp.json

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

FSharp.Data.GraphQL.slnx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
</Folder>
102102
<Folder Name="/Solution Items/">
103103
<File Path=".editorconfig" />
104+
<File Path=".mcp.json" />
104105
<File Path="Directory.Build.props" />
105106
<File Path="Directory.Build.targets" />
106107
<File Path="global.json" />

0 commit comments

Comments
 (0)