set_project_scope
Set the active project scope to auto-stamp new entities with a project ID, or clear it by passing an empty string.
Instructions
Set the active project scope for this server session. New entities passed without an explicit projectId may be auto-stamped with this value by scope-aware handlers; pass an empty string to clear the scope. Returns { projectId } where projectId is the new active scope (null when cleared).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID to scope to. Empty string clears the active scope. |