forked from AtomDancing/tlbm-mcp
fix: 更新 git 仓库地址为 AtomDancing/tlbm-mcp
- README.md: 安装和更新命令中的地址 - install.sh: 克隆地址 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -15,13 +15,13 @@ TLBM 无人车运营 API 的 MCP 封装,支持 Hermes、Claude Code 等 AI Age
|
|||||||
### 方式一:一键安装(推荐)
|
### 方式一:一键安装(推荐)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -fsSL https://git.atomdancing.com/atomdancing.pub/tlbm-mcp/raw/branch/main/install.sh | bash
|
curl -fsSL https://git.atomdancing.com/AtomDancing/tlbm-mcp/raw/branch/main/install.sh | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
### 方式二:从源码安装
|
### 方式二:从源码安装
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone gitea@git.atomdancing.com:atomdancing.pub/tlbm-mcp.git
|
git clone gitea@git.atomdancing.com:AtomDancing/tlbm-mcp.git
|
||||||
cd tlbm-mcp
|
cd tlbm-mcp
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
@@ -33,7 +33,7 @@ npm link
|
|||||||
### 一键更新
|
### 一键更新
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -fsSL https://git.atomdancing.com/atomdancing.pub/tlbm-mcp/raw/branch/main/install.sh | bash
|
curl -fsSL https://git.atomdancing.com/AtomDancing/tlbm-mcp/raw/branch/main/install.sh | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
### 手动更新
|
### 手动更新
|
||||||
|
|||||||
+1
-1
@@ -16,7 +16,7 @@ done
|
|||||||
|
|
||||||
# 构建 git URL
|
# 构建 git URL
|
||||||
if [ -n "$TOKEN" ]; then
|
if [ -n "$TOKEN" ]; then
|
||||||
GIT_URL="gitea@git.atomdancing.com:atomdancing.pub/tlbm-mcp.git"
|
GIT_URL="gitea@git.atomdancing.com:AtomDancing/tlbm-mcp.git"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# 检测是否已克隆
|
# 检测是否已克隆
|
||||||
|
|||||||
Reference in New Issue
Block a user