sign_mcp_manifest
Sign MCP tool manifests using Ed25519 for offline installation verification. Use after scanning to produce a verifiable signed document.
Instructions
Ed25519-sign an MCP tool-surface manifest for offline install verification.
Use after ``scan_mcp_server``. Prefer ``verify_mcp_manifest`` for checks.
Side effects: may write ``save_path``; uses local identity store. No network.
Returns ``{ok, signed, device_id, path?, error?}``.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| manifest | Yes | Unsigned ssx360.mcp-manifest.v1 document from scan_mcp_server. | |
| save_path | No | Optional file path to write the signed manifest. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||