Plan SAP Runtime Repair
sap_runtime_repair_planReturns the latest repair command for hosted SAP MCP and local sap_payments bridge to fix runtime configuration without manual editing.
Instructions
Free helper that returns the pinned latest-release repair command for hosted SAP MCP plus local sap_payments bridge setup. Use this before asking users to manually edit runtime config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | No | Optional runtime to focus repair instructions on. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Plan type. | |
| package | Yes | Pinned npm package spec. | |
| success | Yes | Whether the repair plan was generated. | |
| commands | Yes | OS-specific repair command aliases. | |
| serverMode | Yes | Current server mode. | |
| latestVersion | Yes | Pinned SAP MCP package version for repair. | |
| repairCommand | Yes | Primary local command to repair hosted MCP and sap_payments bridge config. | |
| targetRuntime | Yes | Runtime selected for repair guidance. | |
| wizardCommand | Yes | Full local wizard command for profile creation or full setup. | |
| hostedEndpoint | Yes | Hosted SAP MCP endpoint. | |
| whatRepairDoes | Yes | Concrete operations performed by repair. | |
| agentInstructions | Yes | Instructions agents should follow without guessing. | |
| expectedAfterRestart | Yes | Tool namespaces and bridge tools expected after restarting the runtime. |