forked from AtomDancing/tlbm-mcp
feat: TLBM MCP Server 初始版本
- 提供无人车运营 API 的 MCP 封装 - 支持车辆状态查询、轨迹回放、订单管理等功能 - 一键安装脚本支持快速部署 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Hermes Agent 配置片段
|
||||
# 复制到 ~/.hermes/config.yaml 的 mcp_servers 部分
|
||||
|
||||
mcp_servers:
|
||||
tlbm:
|
||||
command: npx
|
||||
args:
|
||||
- -y
|
||||
- tlbm-mcp
|
||||
env:
|
||||
TLBM_API_URL: https://www.atomdancing.com/pm
|
||||
TLBM_ADMIN_KEY: "" # 可选,用于内部管理接口
|
||||
Reference in New Issue
Block a user