Plan SAP MCP Skills Upgrade
sap_skills_upgrade_planGenerates a precise upgrade plan for SAP MCP skills, providing exact commands and target directories for local installation.
Instructions
Free helper that returns exact latest-release commands and target directories for upgrading SAP MCP skills. Hosted mode returns a local action plan; local mode can then use sap_skills_install to write files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | No | Optional target runtime whose default skill directory should be used. | |
| skills | No | Optional subset of bundled skill names to upgrade. | |
| targetDir | No | Optional explicit local skill directory. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Plan type. | |
| package | Yes | Pinned npm package spec. | |
| success | Yes | Whether the upgrade plan was generated. | |
| commands | Yes | Pinned commands to run locally. | |
| fileCount | Yes | Number of bundled skill files selected. | |
| targetDir | Yes | Resolved target directory when known. | |
| serverMode | Yes | Current server mode. | |
| targetDirs | Yes | Default local skill directories by runtime. | |
| latestVersion | Yes | Pinned SAP MCP package version for the upgrade. | |
| nextToolCalls | Yes | Suggested next MCP tool calls. | |
| hostedEndpoint | Yes | Hosted SAP MCP endpoint. | |
| selectedSkills | Yes | Bundled skills included in the plan. | |
| agentInstructions | Yes | Instructions agents should follow without guessing. | |
| canWriteLocalFiles | Yes | Whether this MCP process can write skill files locally. |