inspect_minestom_environment
Scans a Minestom workspace to detect build files, source patterns, entrypoints, libraries, and run subdirectories.
Instructions
Use this when you want a Minestom workspace scan rooted at the current directory or repoRoot, including build files, source patterns, entrypoints, existing libraries, and any detected run/ subdirectories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoRoot | No | Absolute or relative path to the Minestom repository to inspect. Defaults to the current working directory. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| buildFiles | Yes | ||
| buildTool | Yes | ||
| detectedApiSymbols | Yes | ||
| detectedTopics | Yes | ||
| entrypointFiles | Yes | ||
| existingLibraries | Yes | ||
| jvmProject | Yes | ||
| languages | Yes | ||
| notes | Yes | ||
| packageNamespaces | Yes | ||
| projectRoots | Yes | ||
| repoRoot | Yes | ||
| runDirectory | Yes | ||
| runDirectories | Yes | ||
| sourceRoots | Yes |