From eb8a1a203e115d323c5715510f950c47c1ac73dd Mon Sep 17 00:00:00 2001 From: Chris Co Date: Sat, 15 Aug 2026 03:21:12 +0000 Subject: [PATCH] fix(mcp): sanitize azure devops server name Copilot CLI rejects MCP server identifiers containing a slash. Replace the slash with a hyphen while leaving the Azure DevOps npm package and its arguments unchanged. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 7348f5f3-12d8-43ba-ad1d-fdf40ef3d4b7 --- .mcp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mcp.json b/.mcp.json index a51963a49e1..15c108fb7f7 100644 --- a/.mcp.json +++ b/.mcp.json @@ -63,7 +63,7 @@ ], "type": "stdio" }, - "microsoft/azure-devops-mcp": { + "microsoft-azure-devops-mcp": { "args": [ "-y", "@azure-devops/mcp@latest",