Skip to content
VS Code

ariadne for VS Code

io.github.mikhailhal/ariadne

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

client:VS Code transport:stdio runtime:oci

Install ariadne in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ariadne in other clients