sign_mcp_manifest
Sign an unsigned MCP manifest for offline install verification. Use after scanning to produce a signed document for trust validation.
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 | |||