set_project_path
Set the active project directory path for the current session to switch between projects without restarting the server or modifying environment variables.
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
TableJSON 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) |