set_project_path
Switch between projects without restarting the server by setting the active project path dynamically. Subsequent tool calls use this path as default.
Instructions
Dynamically set the active project path for the current session. Call this at the start of a session to switch between projects without restarting the server or modifying environment variables. All subsequent tool calls will use this path as the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the project directory. Must be an existing directory. | |
| validatePath | No | Whether to validate that the path exists and is a directory (default: true) |