find_tools
Discover installed development tools like compilers, build systems, and runtimes on your system. Use this tool to identify available tools and their versions before running build commands to prevent 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) |