I have a mcp tool which list the prs from azureDevops, which needs account auth. I have tried vscode, which I could log in the account and the agent automatically pick the oauth token and use it in local process mcp server.
Vscode agent
But for cursor, even though I tricked to log the account (through wave analysis extension which pops to sign in) and I can see the accounts for trusted extensions. Still authentication failed.
Cursor agent
I am curious why Cursor remove the Account Management Icon like in vscode?
I think it is very handy entry point for all the auth, and agent should pick up the authenticated users for anything that requires auth. Any thoughts or workarounds? Thanks!