mcp__typescript__move_directory
Move a directory in a TypeScript project and automatically update all import paths and references. Ensures code integrity after relocation without manual adjustments.
Instructions
Move a directory to a new location, updating all TypeScript imports and references automatically
Input Schema
Name | Required | Description | Default |
---|---|---|---|
overwrite | No | Whether to overwrite existing directory at target path | |
sourcePath | Yes | The relative path of the directory to move | |
targetPath | Yes | The new relative path for the directory |