set_project_path
Dynamically set the active project path for the current session. Switch between projects without restarting the server; 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) |