Skip to content

workiq 0.4.0.16790+fddb48205182762e636ad9e581c0c81540b2add2 does not cache identity #87

@rruggeri

Description

@rruggeri

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions