find_tools
Discover installed development tools (compilers, build systems, runtimes) on your system and get their paths and versions. Use this before running build commands to avoid PATH issues.
Instructions
Discovers installed development tools (compilers, build systems, runtimes) on the system. Returns paths and versions for: Go, .NET/MSBuild, Node.js, Python, Java, Rust, C/C++ (GCC/Clang/MSVC), CMake, Make, Git, Docker, Bun, Deno. Use this before running build commands to avoid PATH issues. Searches environment variables, PATH, and known installation directories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Filter by category: go, dotnet, node, python, java, rust, c_cpp, build, vcs, container, js_runtime, or all (default all) |