Import packet file
import_packetImport a packet file or unpacked folder from another repo, tool, or machine into the store, with hash verification, secret scanning, and safe routing to private inbox.
Instructions
Use when the user hands over a packet file or unpacked packet folder from another repo, tool, or machine and wants it in this store. Requires an absolute path and refuses symlinks, verifies bundled artifact hashes and any referenced records, secret-scans the content, routes private or seed packets to .notch/private/inbox/, and refuses a packet ID already present in that destination rather than overwriting it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actorName | No | Name recorded as the importer in the audit log; defaults to the server's configured actor, or 'mcp-client'. | |
| asReviewed | No | When true, record the imported packet as reviewed instead of unreviewed. Default false. | |
| packetPath | Yes | Absolute path to a packet Markdown file or an unpacked packet folder; relative paths and symlinks are refused. |