HomeDevelopment › ariadne

ariadne

Returns only the unit tests affected by your current Kotlin/Android code changes.

Java Local macOSWindowsLinux
★ 3 stars Last pushed 2026-09-20 License: Apache-2.0

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/mikhailhal/ariadne:0.4.0

Or add to your MCP client config:

{
  "mcpServers": {
    "ariadne": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/mikhailhal/ariadne:0.4.0"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry