Serversio.github.hubertgajewski/playwright-report-mcp
M

io.github.hubertgajewski/playwright-report-mcp

io.github.hubertgajewski/playwright-report-mcp · v3.1.4
▦ npm
v3.1.4npm npm: playwright-report-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.hubertgajewski/playwright-report-mcp",
  "description": "Run Playwright tests and surface structured results for AI agents doing test failure analysis.",
  "repository": {
    "url": "https://github.com/hubertgajewski/playwright-report-mcp",
    "source": "github"
  },
  "version": "3.1.4",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "playwright-report-mcp",
      "version": "3.1.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "path.delimiter-separated list of directories the per-call workingDirectory parameter may point at. Entries may be absolute or relative (resolved once against the server's launch cwd at startup). Defaults to '.' (authorizes only the launch directory).",
          "format": "string",
          "name": "PW_ALLOWED_DIRS"
        },
        {
          "description": "Absolute path override for the JSON reporter output file. Defaults to <workingDirectory>/test-results/results.json, computed per call.",
          "format": "string",
          "name": "PW_RESULTS_FILE"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}