← Back to Plugins
MCP Server MCP

M00N Report

github By github 👁 1 views ▲ 0 votes

Test management over MCP: author cases, run manual executions, cut releases, read health

Homepage Verified source GitHub

Install

npx -y @m00nsolutions/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@m00nsolutions/mcp-server",
      "version": "1.5.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your M00N Report URL. Root origin, no /api suffix.",
          "isRequired": true,
          "format": "string",
          "placeholder": "https://m00nreport.com",
          "name": "M00N_API_URL"
        },
        {
          "description": "An MCP key from Settings. Anything without the m00n_mcp_ prefix is refused before the first request.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "placeholder": "m00n_mcp_...",
          "name": "M00N_API_KEY"
        },
        {
          "description": "Adds per-request detail to stderr, including each tool call's arguments.",
          "format": "boolean",
          "default": "false",
          "name": "M00N_DEBUG"
        },
        {
          "description": "Request timeout in milliseconds. A bare number; anything else falls back to the default.",
          "format": "number",
          "default": "30000",
          "name": "M00N_TIMEOUT_MS"
        },
        {
          "description": "Accept a self-signed certificate. Self-hosted instances only.",
          "format": "boolean",
          "default": "false",
          "name": "M00N_INSECURE_SSL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...