Serversio.github.inSideos-designs/cowork-qa
Q

io.github.inSideos-designs/cowork-qa

io.github.inSideos-designs/cowork-qa · v0.1.1
▦ npm
v0.1.1npm npm: cowork-qa-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.inSideos-designs/cowork-qa",
  "description": "Goal-driven Playwright browser sessions for LLMs, with full action traces and aria-snapshots.",
  "repository": {
    "url": "https://github.com/inSideos-designs/cowork-qa-mcp",
    "source": "github"
  },
  "version": "0.1.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "cowork-qa-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Set to '1' to launch Chromium with a visible window instead of headless.",
          "format": "string",
          "name": "COWORK_QA_HEADED"
        },
        {
          "description": "Directory where session traces (<session-id>.json) are written. Defaults to <cwd>/.cowork-qa.",
          "format": "string",
          "name": "COWORK_QA_DATA"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}