From 8ed3ea1dfda8635f329b2a21371100fa2bffcc55 Mon Sep 17 00:00:00 2001 From: Malcolm Daigle Date: Tue, 19 May 2026 13:12:40 -0700 Subject: [PATCH 1/3] Move from .vscode/mcp.json to .mcp.json --- .mcp.json | 75 ++++++++++++++++++++++++++++++++++++++++++++++++ .vscode/mcp.json | 75 ------------------------------------------------ 2 files changed, 75 insertions(+), 75 deletions(-) create mode 100644 .mcp.json delete mode 100644 .vscode/mcp.json diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000000..a0d835ac4c --- /dev/null +++ b/.mcp.json @@ -0,0 +1,75 @@ +{ + "mcpServers": { + "ado": { + "args": [ + "-y", + "@azure-devops/mcp", + "SqlClientDrivers" + ], + "command": "npx", + "type": "stdio" + }, + "bluebird_ctaip": { + "headers": { + "x-mcp-ec-branch": "certAuth", + "x-mcp-ec-organization": "sqlclientdrivers", + "x-mcp-ec-project": "ADO.NET", + "x-mcp-ec-repository": "Microsoft.Data.SqlClient.Ctaip" + }, + "type": "http", + "url": "https://mcp.bluebird-ai.net/" + }, + "bluebird_onebranchwiki": { + "headers": { + "x-mcp-ec-branch": "main", + "x-mcp-ec-organization": "onebranch", + "x-mcp-ec-project": "OneBranch Customer Wiki", + "x-mcp-ec-repository": "OneBranch-Customer-Wiki.v2" + }, + "type": "http", + "url": "https://mcp.bluebird-ai.net/" + }, + "bluebird-mcp-1es-docs": { + "headers": { + "x-mcp-ec-branch": "main", + "x-mcp-ec-organization": "mseng", + "x-mcp-ec-project": "1ES", + "x-mcp-ec-repository": "1ES-on-EngHub" + }, + "type": "http", + "url": "https://mcp.bluebird-ai.net/" + }, + "bluebird-mcp-sni": { + "headers": { + "x-mcp-ec-branch": "master", + "x-mcp-ec-organization": "SqlClientDrivers", + "x-mcp-ec-project": "ADO.NET", + "x-mcp-ec-repository": "Microsoft.Data.SqlClient.SNI" + }, + "type": "http", + "url": "https://mcp.bluebird-ai.net/" + }, + "bluebird-mcp-sqlclient": { + "headers": { + "x-mcp-ec-branch": "internal/main", + "x-mcp-ec-organization": "SqlClientDrivers", + "x-mcp-ec-project": "ADO.NET", + "x-mcp-ec-repository": "dotnet-sqlclient" + }, + "type": "http", + "url": "https://mcp.bluebird-ai.net/" + }, + "github": { + "type": "http", + "url": "https://api.githubcopilot.com/mcp/" + }, + "icm": { + "type": "http", + "url": "https://icm-mcp-prod.azure-api.net/v1/" + }, + "microsoft-learn": { + "type": "http", + "url": "https://learn.microsoft.com/api/mcp" + } + } +} \ No newline at end of file diff --git a/.vscode/mcp.json b/.vscode/mcp.json deleted file mode 100644 index a3f5378943..0000000000 --- a/.vscode/mcp.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "servers": { - "ado": { - "args": [ - "-y", - "@azure-devops/mcp", - "SqlClientDrivers" - ], - "command": "npx", - "type": "stdio" - }, - "bluebird_ctaip": { - "headers": { - "x-mcp-ec-branch": "certAuth", - "x-mcp-ec-organization": "sqlclientdrivers", - "x-mcp-ec-project": "ADO.NET", - "x-mcp-ec-repository": "Microsoft.Data.SqlClient.Ctaip" - }, - "type": "http", - "url": "https://mcp.bluebird-ai.net/" - }, - "bluebird_onebranchwiki": { - "headers": { - "x-mcp-ec-branch": "main", - "x-mcp-ec-organization": "onebranch", - "x-mcp-ec-project": "OneBranch Customer Wiki", - "x-mcp-ec-repository": "OneBranch-Customer-Wiki.v2" - }, - "type": "http", - "url": "https://mcp.bluebird-ai.net/" - }, - "bluebird-mcp-1es-docs": { - "headers": { - "x-mcp-ec-branch": "main", - "x-mcp-ec-organization": "mseng", - "x-mcp-ec-project": "1ES", - "x-mcp-ec-repository": "1ES-on-EngHub" - }, - "type": "http", - "url": "https://mcp.bluebird-ai.net/" - }, - "bluebird-mcp-sni": { - "headers": { - "x-mcp-ec-branch": "master", - "x-mcp-ec-organization": "SqlClientDrivers", - "x-mcp-ec-project": "ADO.NET", - "x-mcp-ec-repository": "Microsoft.Data.SqlClient.SNI" - }, - "type": "http", - "url": "https://mcp.bluebird-ai.net/" - }, - "bluebird-mcp-sqlclient": { - "headers": { - "x-mcp-ec-branch": "internal/main", - "x-mcp-ec-organization": "SqlClientDrivers", - "x-mcp-ec-project": "ADO.NET", - "x-mcp-ec-repository": "dotnet-sqlclient" - }, - "type": "http", - "url": "https://mcp.bluebird-ai.net/" - }, - "github": { - "type": "http", - "url": "https://api.githubcopilot.com/mcp/" - }, - "icm": { - "type": "http", - "url": "https://icm-mcp-prod.azure-api.net/v1/" - }, - "microsoft-learn": { - "type": "http", - "url": "https://learn.microsoft.com/api/mcp" - } - } -} \ No newline at end of file From c44971ff7375af0d697d33a7abc6f89d9fb8e294 Mon Sep 17 00:00:00 2001 From: Malcolm Daigle Date: Wed, 20 May 2026 10:05:20 -0700 Subject: [PATCH 2/3] Clean up MCP servers --- .mcp.json | 56 +------------------------------------------------------ 1 file changed, 1 insertion(+), 55 deletions(-) diff --git a/.mcp.json b/.mcp.json index a0d835ac4c..45f05b14fc 100644 --- a/.mcp.json +++ b/.mcp.json @@ -9,60 +9,6 @@ "command": "npx", "type": "stdio" }, - "bluebird_ctaip": { - "headers": { - "x-mcp-ec-branch": "certAuth", - "x-mcp-ec-organization": "sqlclientdrivers", - "x-mcp-ec-project": "ADO.NET", - "x-mcp-ec-repository": "Microsoft.Data.SqlClient.Ctaip" - }, - "type": "http", - "url": "https://mcp.bluebird-ai.net/" - }, - "bluebird_onebranchwiki": { - "headers": { - "x-mcp-ec-branch": "main", - "x-mcp-ec-organization": "onebranch", - "x-mcp-ec-project": "OneBranch Customer Wiki", - "x-mcp-ec-repository": "OneBranch-Customer-Wiki.v2" - }, - "type": "http", - "url": "https://mcp.bluebird-ai.net/" - }, - "bluebird-mcp-1es-docs": { - "headers": { - "x-mcp-ec-branch": "main", - "x-mcp-ec-organization": "mseng", - "x-mcp-ec-project": "1ES", - "x-mcp-ec-repository": "1ES-on-EngHub" - }, - "type": "http", - "url": "https://mcp.bluebird-ai.net/" - }, - "bluebird-mcp-sni": { - "headers": { - "x-mcp-ec-branch": "master", - "x-mcp-ec-organization": "SqlClientDrivers", - "x-mcp-ec-project": "ADO.NET", - "x-mcp-ec-repository": "Microsoft.Data.SqlClient.SNI" - }, - "type": "http", - "url": "https://mcp.bluebird-ai.net/" - }, - "bluebird-mcp-sqlclient": { - "headers": { - "x-mcp-ec-branch": "internal/main", - "x-mcp-ec-organization": "SqlClientDrivers", - "x-mcp-ec-project": "ADO.NET", - "x-mcp-ec-repository": "dotnet-sqlclient" - }, - "type": "http", - "url": "https://mcp.bluebird-ai.net/" - }, - "github": { - "type": "http", - "url": "https://api.githubcopilot.com/mcp/" - }, "icm": { "type": "http", "url": "https://icm-mcp-prod.azure-api.net/v1/" @@ -72,4 +18,4 @@ "url": "https://learn.microsoft.com/api/mcp" } } -} \ No newline at end of file +} From b3967fbf6183c306845b85d27770e6a54bbfa965 Mon Sep 17 00:00:00 2001 From: Malcolm Daigle Date: Wed, 20 May 2026 10:23:09 -0700 Subject: [PATCH 3/3] Delete .mcp.json --- .mcp.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .mcp.json diff --git a/.mcp.json b/.mcp.json deleted file mode 100644 index 45f05b14fc..0000000000 --- a/.mcp.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "mcpServers": { - "ado": { - "args": [ - "-y", - "@azure-devops/mcp", - "SqlClientDrivers" - ], - "command": "npx", - "type": "stdio" - }, - "icm": { - "type": "http", - "url": "https://icm-mcp-prod.azure-api.net/v1/" - }, - "microsoft-learn": { - "type": "http", - "url": "https://learn.microsoft.com/api/mcp" - } - } -}