docs: 添加依赖方更新说明

- 一键更新:重新运行安装脚本
- 手动更新:git pull + npm build
- 提示需重启 MCP 客户端

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-07 11:48:01 +08:00
co-authored by Claude Opus 4.6
parent 8b226f1605
commit 0f28e31ba2
+26
View File
@@ -47,6 +47,32 @@ npm run build
npm link
```
## 更新
### 一键更新
重新运行安装脚本即可更新:
```bash
curl -fsSL https://git.atomdancing.com/AtomDancing/tlbm-mcp/raw/branch/main/install.sh | bash
```
私有仓库:
```bash
curl -fsSL https://git.atomdancing.com/AtomDancing/tlbm-mcp/raw/branch/main/install.sh | bash -s -- --token=YOUR_TOKEN
```
### 手动更新
```bash
cd tlbm-mcp
git pull
npm install
npm run build
```
> **注意**:更新后需重启 MCP 客户端(Hermes / Claude Code)才能生效。
## 配置
### Hermes Agent