Nitro MCP发布
一个将MCP功能集合发布到Nitro注册表的GitHub Action。
用法
- uses: ChilliCream/nitro-mcp-publish@v16
with:
tag:
stage:
mcp-feature-collection-id:
api-key:
# Optional
force: false
wait-for-approval: false
cloud-url: 输入
| 名称 | 必填 | 描述 |
|---|---|---|
tag | 是 | MCP功能集合版本的标签 |
stage | 是 | 舞台名称 |
mcp-feature-collection-id | 是 | MCP功能集合的ID |
api-key | 是 | 用于身份验证的API密钥 |
force | 否 | 即使检测到破坏性更改或验证错误,也要继续发布。 |
wait-for-approval | 否 | 检测到破坏性更改或验证错误时,需要Nitro UI中的批准才能继续发布。 |
cloud-url | 否 | Nitro注册表的URL |
如果您自托管Nitro或使用专用托管实例,则可以指定 cloud-url 输入以指向您的实例。
