forked from AtomDancing/tlbm-mcp
fix: 更新 git 仓库地址为 https://git.atomdancing.com
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -16,13 +16,13 @@ TLBM 无人车运营 API 的 MCP 封装,支持 Hermes、Claude Code 等 AI Age
|
|||||||
### 方式一:一键安装(推荐)
|
### 方式一:一键安装(推荐)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -fsSL https://gitea.atomdancing.com/AtomDancing/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/tlbm-mcp.git
|
git clone https://git.atomdancing.com/AtomDancing/tlbm-mcp.git
|
||||||
cd tlbm-mcp
|
cd tlbm-mcp
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@ if [ -d "tlbm-mcp" ]; then
|
|||||||
git pull
|
git pull
|
||||||
else
|
else
|
||||||
echo "📥 克隆仓库..."
|
echo "📥 克隆仓库..."
|
||||||
git clone gitea@git.atomdancing.com:AtomDancing/tlbm-mcp.git
|
git clone https://git.atomdancing.com/AtomDancing/tlbm-mcp.git
|
||||||
cd tlbm-mcp
|
cd tlbm-mcp
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user