set_workspace_project
Links the current workspace to a Stitch project by saving project details in .stitch-project.json. Use it to set the active project for your folder, enabling project-aware commands.
Instructions
Associates a Stitch project with the current workspace/folder. The project info is stored in .stitch-project.json in the current directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The Stitch project ID (e.g., 'projects/1234567890'). | |
| projectName | No | Human-readable project name for display. |