Skip to content

Commit 3618815

Browse files
Update MCP Servers pre-configured in repo (#4043)
* Update MCP Servers pre-configured in repo * Sorted json
1 parent 00b77cd commit 3618815

1 file changed

Lines changed: 59 additions & 34 deletions

File tree

.vscode/mcp.json

Lines changed: 59 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,75 @@
11
{
22
"servers": {
3-
"bluebird-mcp-sqlclient": {
4-
"url": "https://mcp.bluebird-ai.net/",
5-
"type": "http",
6-
"headers": {
7-
"x-mcp-ec-organization": "SqlClientDrivers",
3+
"ado": {
4+
"args": [
5+
"-y",
6+
"@azure-devops/mcp",
7+
"SqlClientDrivers"
8+
],
9+
"command": "npx",
10+
"type": "stdio"
11+
},
12+
"bluebird_ctaip": {
13+
"headers": {
14+
"x-mcp-ec-branch": "certAuth",
15+
"x-mcp-ec-organization": "sqlclientdrivers",
816
"x-mcp-ec-project": "ADO.NET",
9-
"x-mcp-ec-repository": "dotnet-sqlclient",
10-
"x-mcp-ec-branch": "internal/main"
11-
}
17+
"x-mcp-ec-repository": "Microsoft.Data.SqlClient.Ctaip"
18+
},
19+
"type": "http",
20+
"url": "https://mcp.bluebird-ai.net/"
1221
},
13-
"bluebird-mcp-1es-docs": {
14-
"url": "https://mcp.bluebird-ai.net/",
22+
"bluebird_onebranchwiki": {
23+
"headers": {
24+
"x-mcp-ec-branch": "main",
25+
"x-mcp-ec-organization": "onebranch",
26+
"x-mcp-ec-project": "OneBranch Customer Wiki",
27+
"x-mcp-ec-repository": "OneBranch-Customer-Wiki.v2"
28+
},
1529
"type": "http",
16-
"headers": {
30+
"url": "https://mcp.bluebird-ai.net/"
31+
},
32+
"bluebird-mcp-1es-docs": {
33+
"headers": {
34+
"x-mcp-ec-branch": "main",
1735
"x-mcp-ec-organization": "mseng",
1836
"x-mcp-ec-project": "1ES",
19-
"x-mcp-ec-repository": "1ES-on-EngHub",
20-
"x-mcp-ec-branch": "main"
21-
}
37+
"x-mcp-ec-repository": "1ES-on-EngHub"
38+
},
39+
"type": "http",
40+
"url": "https://mcp.bluebird-ai.net/"
2241
},
23-
"icm": {
24-
"url": "https://icm-mcp-prod.azure-api.net/v1/",
25-
"type": "http"
42+
"bluebird-mcp-sni": {
43+
"headers": {
44+
"x-mcp-ec-branch": "master",
45+
"x-mcp-ec-organization": "SqlClientDrivers",
46+
"x-mcp-ec-project": "ADO.NET",
47+
"x-mcp-ec-repository": "Microsoft.Data.SqlClient.SNI"
48+
},
49+
"type": "http",
50+
"url": "https://mcp.bluebird-ai.net/"
51+
},
52+
"bluebird-mcp-sqlclient": {
53+
"headers": {
54+
"x-mcp-ec-branch": "internal/main",
55+
"x-mcp-ec-organization": "SqlClientDrivers",
56+
"x-mcp-ec-project": "ADO.NET",
57+
"x-mcp-ec-repository": "dotnet-sqlclient"
58+
},
59+
"type": "http",
60+
"url": "https://mcp.bluebird-ai.net/"
2661
},
2762
"github": {
2863
"type": "http",
2964
"url": "https://api.githubcopilot.com/mcp/"
3065
},
31-
"ado": {
32-
"type": "stdio",
33-
"command": "npx",
34-
"args": [
35-
"-y",
36-
"@azure-devops/mcp",
37-
"SqlClientDrivers"
38-
]
66+
"icm": {
67+
"type": "http",
68+
"url": "https://icm-mcp-prod.azure-api.net/v1/"
3969
},
40-
"ado-devdiv": {
41-
"type": "stdio",
42-
"command": "npx",
43-
"args": [
44-
"-y",
45-
"@azure-devops/mcp",
46-
"devdiv"
47-
]
70+
"microsoft-learn": {
71+
"type": "http",
72+
"url": "https://learn.microsoft.com/api/mcp"
4873
}
4974
}
50-
}
75+
}

0 commit comments

Comments
 (0)