licell 0.10.0 → 0.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/dist/licell.js +345 -333
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -589,7 +589,9 @@ CDN,并回源到 OSS 地址,同时默认启用 HTTPS 证书签发与 CDN 证
|
|
|
589
589
|
|
|
590
590
|
| 命令 | 说明 | 关键选项 |
|
|
591
591
|
|------|------|----------|
|
|
592
|
-
| `licell mcp
|
|
592
|
+
| `licell mcp` | MCP:让 Agent 通过 licell 执行部署/发布/运维(默认先初始化,再启动 stdio server) | `--project-root`, `--server-name` |
|
|
593
|
+
| `licell mcp init` | 写入/更新项目内 `.mcp.json` 配置 | `--project-root`, `--server-name` |
|
|
594
|
+
| `licell mcp serve` | 以 stdio 方式启动 licell MCP server | `--project-root` |
|
|
593
595
|
| `licell skills init [agent]` | 为 AI Agent 生成 licell skills(claude / codex) | `--project-root`, `--force` |
|
|
594
596
|
| `licell setup` | 安装后引导:配置 AI Agent Skills 和 MCP | `--agent`, `--global`, `--project-root` |
|
|
595
597
|
| `licell completion [shell]` | 输出 shell 补全脚本(bash/zsh) | `--engine` |
|