forked from AtomDancing/tlbm-mcp
docs: 添加依赖方更新说明
- 一键更新:重新运行安装脚本 - 手动更新:git pull + npm build - 提示需重启 MCP 客户端 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user