upgrade_project_mcp
upgrade_project_mcpUpgrade MCP-managed project artifacts to the latest layout version with dry-run, preview, and rollback-safe patching for SAPUI5 development projects.
Instructions
Upgrade MCP-managed project artifacts to the latest layout version with dry-run, preview, and rollback-safe patching.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | ||
| allowOverwrite | No | ||
| includeVscodeMcp | No | ||
| runPostValidation | No | ||
| failOnValidation | No | ||
| runQualityGate | No | ||
| failOnQualityGate | No | ||
| sourceDir | No | ||
| statePath | No | ||
| reason | No | ||
| maxDiffLines | No | ||
| preferLegacyArtifacts | No | ||
| projectName | No | ||
| projectType | No | ||
| namespace | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | Yes | ||
| changed | Yes | ||
| previews | Yes | ||
| migration | Yes | ||
| statePath | Yes | ||
| validation | Yes | ||
| applyResult | Yes | ||
| auditBefore | Yes | ||
| fileSummary | Yes | ||
| qualityGate | Yes | ||
| statusAfter | Yes | ||
| statusBefore | Yes |