Replies: 1 comment
-
PATs will not be supported. We are in the process of building an OAuth flow that should be available for testing soon. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Use case
I have two separate accounts for different services:
Scenario
In VS Code, I sign in with my Gmail account for GitHub Copilot.
→ Works fine for GHCP operations.
I have also installed the Azure DevOps MCP server to use Azure DevOps resources from VS Code.
I attempt to authenticate Azure DevOps MCP via:
Azure CLI login succeeds.
However, the Azure DevOps MCP server does not detect my Azure CLI authentication and fails to authenticate/authorize in Azure DevOps.
What I tried
Confirmed that
az devops project list
works only if my CLI account has access to the org (which is the Hotmail guest account in my case).Attempted to bypass CLI authentication by using a Personal Access Token (PAT):
But MCP still appears to rely on Azure CLI / ChainedTokenCredential authentication and fails with:
or
Request for input
@azure-devops/mcp
?If needed, I can share the exact MCP config I have been using and CLI output.
Looking forward to community and product team insights.
Beta Was this translation helpful? Give feedback.
All reactions