onboarding_wizard
Analyze a project directory to detect project type, generate configuration, verify and install missing tools, and validate the setup.
Instructions
Run intelligent zero-configuration onboarding wizard to detect project type, generate configuration, verify tools, and validate setup
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | Preview changes without writing files (default: false) | |
| directory | No | Working directory to analyze (defaults to current directory) | |
| autoInstall | No | Automatically install missing tools (default: false) | |
| interactive | No | Enable interactive prompts for customization (default: false) | |
| validateSetup | No | Run validation after setup (default: true) | |
| backupExisting | No | Backup existing configuration before overwriting (default: true) | |
| generateConfig | No | Generate .mcp-devtools.json configuration file (default: true) | |
| skipToolVerification | No | Skip tool installation checks (default: false) |