forked from AtomDancing/tlbm-mcp
- 提供无人车运营 API 的 MCP 封装 - 支持车辆状态查询、轨迹回放、订单管理等功能 - 一键安装脚本支持快速部署 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
12 lines
213 B
JSON
12 lines
213 B
JSON
{
|
|
"mcpServers": {
|
|
"tlbm": {
|
|
"command": "npx",
|
|
"args": ["-y", "tlbm-mcp"],
|
|
"env": {
|
|
"TLBM_API_URL": "https://www.atomdancing.com/pm",
|
|
"TLBM_ADMIN_KEY": ""
|
|
}
|
|
}
|
|
}
|
|
} |