complete_setup_step
Update workspace onboarding progress by marking a setup step as completed after performing the action. Rejects unrecognized step IDs without changing state.
Instructions
Mark one onboarding setup step as done. Mutating: updates the workspace onboarding checklist. Call after actually performing the corresponding setup action on the user's behalf.
Check current progress with get_setup_status first to avoid re-marking completed steps. An unrecognized step_id is rejected without any state change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| step_id | Yes | The step to mark complete, one of "mcp_configured", "mipiti_verify_installed", "ci_secret_added", "ci_pipeline_added". | |
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||