Serversio.github.ProvarTesting/provar
P

Provar MCP Server

io.github.ProvarTesting/provar · v1.5.0-beta.17
▦ npm
v1.5.0-beta.17npm npm: @provartesting/provardx-cli↗ Website↗ 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.ProvarTesting/provar",
  "description": "Provar MCP: AI-powered Salesforce test automation. Generate, validate, migrate, and run tests.",
  "title": "Provar MCP Server",
  "repository": {
    "url": "https://github.com/ProvarTesting/provardx-cli",
    "source": "github"
  },
  "version": "1.5.0-beta.17",
  "websiteUrl": "https://github.com/ProvarTesting/provardx-cli/blob/main/docs/mcp.md",
  "icons": [
    {
      "src": "https://raw.githubusercontent.com/ProvarTesting/provardx-cli/main/assets/icon.png",
      "mimeType": "image/png"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@provartesting/provardx-cli",
      "version": "1.5.0-beta.17",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "provar",
          "type": "positional"
        },
        {
          "value": "mcp",
          "type": "positional"
        },
        {
          "value": "start",
          "type": "positional"
        },
        {
          "description": "Filesystem path(s) the MCP server is allowed to read and write. Typically your Provar project root.",
          "isRequired": true,
          "value": "{workspaceFolder}",
          "type": "named",
          "name": "--allowed-paths"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}