memoryguard_external_mcp_import
Import an external MCP descriptor from JSON to classify it into security levels L0-L4, persist it, and receive the detection result without contacting the live server.
Instructions
Import a new external MCP descriptor (JSON). Classifies the server (L0-L4), persists it, and returns the detection result. Descriptor-level import only; does not call the live MCP server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_id | No | server ID (default: derived from descriptor name/display_name) | |
| workspace | No | workspace path (default: .) | |
| descriptor_json | Yes | JSON-encoded MCP descriptor {name|display_name, tools[], resources[], memory_entries[]} |