Plan SAP MCP Skills Upgrade
sap_skills_upgrade_planFree 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.
SAP MCP execution guidance: Intent: agent bootstrap, routing, skills, or repair guidance. Pricing: free; call directly without x402. Routing: free hosted call; call directly and keep it small/exact when possible. Signer boundary: hosted reads/builders never receive keypair bytes; value-moving results must be finalized locally when signing is required.
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. |