MCP Server return 401

Hello, I’ve been trying to use the MCP ApiDog Europe with the VS Code Agent.

Here are my VS Code settings:

"mcp": {
  "servers": {
    "Homeys - API Dapi": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "apidog-mcp-server@latest",
        "--project-id=***"
      ],
      "env": {
        "APIDOG_ACCESS_TOKEN": "***"
      }
    }
  }
}

But the Copilot Agent responds with a 401 error. Could you help me resolve this issue?

Could you confirm if your access token is still valid? Please try generating a new one. Generate OpenAPI access token - Apidog Docs
Also, do you have at least editor or admin permissions for this project? You’ll need those to access it. Member Roles & Permission Settings - Apidog Docs Let me know if the issue persists. Apidog MCP Server - Apidog Docs