I have workiq set up as my mcp using the following:
"workiq": {
"command": "npx",
"args": [
"-y",
"@microsoft/workiq",
"mcp"
],
"type": "stdio"
}
I noticed is start failing with this message:
{
"response": null,
"conversationId": null,
"error": "An error occurred while processing your request."
}
every time I run the mcp tool with
npx -y @microsoft/workiq ask -q "who am i"
I get a popup where I need to pick my work account.
That is never cached and it occurs every time.
That makes the mcp calls fail all the time.