Agent♥︎Age
Catalog

ariadne

Official

by MikhailHal · Kotlin

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

io.github.MikhailHal/ariadne (MCP Server)

The io.github.MikhailHal/ariadne MCP server “returns only the unit tests affected by your current Kotlin/Android code changes.” It is described as operating on Kotlin/Android code updates and producing a focused subset of unit tests, rather than running or listing tests unrelated to the changes.

🛠️ Key Features

  • Returns only unit tests affected by current Kotlin/Android code changes

🚀 Use Cases

  • Identify which unit tests to run after modifying Kotlin/Android code
  • Reduce test scope to those related to the latest code changes

⚡ Developer Benefits

  • Smaller, change-relevant unit test set for faster decision-making on what to verify

⚠️ Limitations

  • Scope is limited to “unit tests” and to effects from “current Kotlin/Android code changes” based on the provided description