device_register
Register devices for MCP governance by verifying Ed25519 identity signatures, rejecting invalid attempts, and recording capabilities for task matching.
Instructions
设备上线注册(G9):Ed25519 身份码验签 fail-closed(伪造签名拒绝且留审计)+ 设备类型(pc/node/appliance)+ 能力声明(派单方按能力匹配设备)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | 设备类型 | |
| tenant | No | 租户(缺省 default) | |
| identity | Yes | 设备身份码(AgentIdentity JSON——须含 publicKey + signature) | |
| capabilities | No | 能力标签清单(挂载的 MCP / skill / 数据源) |