connector_register
Registers a third-party connector after validating its source against the enterprise whitelist, then stores it in a tenant-isolated registry with duplicate-name rejection and audit logging.
Instructions
注册第三方连接器(G5b 准入面):来源过 plugin-gate 白名单校验(Git URL / 主机 / 本地路径,白名单外拒绝)→ 注册表落库(config/connectors.json,租户隔离 + 同租户重名拒绝)→ 审计留痕。与工具注册分列——连接器清单见 connector_list。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | 连接器类型 | |
| name | Yes | 连接器标识(租户内唯一,1-64 位字母数字开头词法) | |
| source | Yes | 来源串(Git URL / 主机 / 本地路径——须在企业白名单内) | |
| tenant | No | 归属租户(缺省 default) | |
| endpoint | No | 接入端点回显(不含凭证) | |
| capabilities | No | 能力标签(发现面过滤维度) |