initialize_ide
Set up IDE project structure by creating required directories and configuration files for seamless IDE integration. Automatically uses the current working directory if project path is not specified.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ide_type | No | The type of IDE to initialize (cursor, windsurf-next, windsurf, cline, roo, copilot) | cursor |
project_path | No | Path to the project. If not provided, invalid, or directory doesn't exist, the current working directory will be used automatically |