← Back to Plugins
MCP Server MCP

io.github.felixgeelhaar/coverctl

github By github 👁 1 views ▲ 0 votes

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

Homepage Verified source GitHub

Install

mcpb:https://github.com/felixgeelhaar/coverctl/releases/download/v1.16.0/coverctl-mcp-darwin-arm64.mcpb

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/felixgeelhaar/coverctl/releases/download/v1.16.0/coverctl-mcp-darwin-arm64.mcpb",
      "fileSha256": "8d9a4d3445e00076b1c9e494daaa722fd3899f88f5edd5e96da458a2211a4b69",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/felixgeelhaar/coverctl/releases/download/v1.16.0/coverctl-mcp-darwin-amd64.mcpb",
      "fileSha256": "35659790c026ea12e058d57365e49ff8443e769936837b3d9e39e45754f82bb5",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/felixgeelhaar/coverctl/releases/download/v1.16.0/coverctl-mcp-linux-amd64.mcpb",
      "fileSha256": "c037c4b391d61811e9caba67275d98412c79a11c50b9badf9ea16c743ce90da4",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/felixgeelhaar/coverctl/releases/download/v1.16.0/coverctl-mcp-linux-arm64.mcpb",
      "fileSha256": "0479272f070adceb078445c2920b6926901ff6188c6817b06c2d5332ee9ca987",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/felixgeelhaar/coverctl/releases/download/v1.16.0/coverctl-mcp-windows-amd64.mcpb",
      "fileSha256": "fd0b4ae44101e7ee4d2cd6195991c3e306ea65ad011c5faf56c4974e7d177517",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/felixgeelhaar/coverctl/releases/download/v1.16.0/coverctl-mcp-windows-arm64.mcpb",
      "fileSha256": "5414cfdd0a2eb32d45fce7d72f7f43639a64d15580e4046a292e1ea0a63e40fd",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol mcpb

Comments

Sign in to leave a comment

Loading comments...