Complete Setup Step
complete_setup_stepMark an onboarding setup step as complete after performing the required action to update the workspace checklist. Check current status first to avoid re-marking.
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 | |||