forked from AtomDancing/tlbm-mcp
fix: 更新 git 仓库地址为 atomdancing.pub/tlbm-mcp
- 远程地址: gitea@git.atomdancing.com:atomdancing.pub/tlbm-mcp.git - 简化安装说明,统一使用 SSH 地址 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -13,32 +13,14 @@ TLBM 无人车运营 API 的 MCP 封装,支持 Hermes、Claude Code 等 AI Age
|
||||
|
||||
### 方式一:一键安装(推荐)
|
||||
|
||||
公开仓库:
|
||||
```bash
|
||||
curl -fsSL https://git.atomdancing.com/AtomDancing/tlbm-mcp/raw/branch/main/install.sh | bash
|
||||
curl -fsSL https://git.atomdancing.com/atomdancing.pub/tlbm-mcp/raw/branch/main/install.sh | bash
|
||||
```
|
||||
|
||||
私有仓库(需要 Token):
|
||||
```bash
|
||||
curl -fsSL https://git.atomdancing.com/AtomDancing/tlbm-mcp/raw/branch/main/install.sh | bash -s -- --token=YOUR_TOKEN
|
||||
```
|
||||
|
||||
> **获取 Token**:Gitea -> 设置 -> 应用 -> 生成访问令牌
|
||||
|
||||
### 方式二:从源码安装
|
||||
|
||||
公开仓库:
|
||||
```bash
|
||||
git clone https://git.atomdancing.com/AtomDancing/tlbm-mcp.git
|
||||
cd tlbm-mcp
|
||||
npm install
|
||||
npm run build
|
||||
npm link
|
||||
```
|
||||
|
||||
私有仓库(需要 Token):
|
||||
```bash
|
||||
git clone https://oauth2:YOUR_TOKEN@git.atomdancing.com/AtomDancing/tlbm-mcp.git
|
||||
git clone gitea@git.atomdancing.com:atomdancing.pub/tlbm-mcp.git
|
||||
cd tlbm-mcp
|
||||
npm install
|
||||
npm run build
|
||||
@@ -49,15 +31,8 @@ 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
|
||||
curl -fsSL https://git.atomdancing.com/atomdancing.pub/tlbm-mcp/raw/branch/main/install.sh | bash
|
||||
```
|
||||
|
||||
### 手动更新
|
||||
|
||||
Reference in New Issue
Block a user