Commit Graph
7 Commits
Author SHA1 Message Date
wangjunandClaude Opus 4.6 388d1e8e99 refactor: 移除写入类接口,仅保留只读查询能力
移除的接口:
- bind_vehicle_to_order(绑定车辆)
- register_user(注册用户)
- wx_login(微信登录)
- wx_get_phone(获取手机号)
- admin_*(内部管理接口)

移除 ADMIN_KEY 配置,保留 TLBM_TOKEN 用于用户认证

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-07 11:52:01 +08:00
wangjunandClaude Opus 4.6 0f28e31ba2 docs: 添加依赖方更新说明
- 一键更新:重新运行安装脚本
- 手动更新:git pull + npm build
- 提示需重启 MCP 客户端

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-07 11:48:01 +08:00
wangjunandClaude Opus 4.6 8b226f1605 feat: 添加用户 Token 认证支持
- 新增 TLBM_TOKEN 环境变量
- 非 admin 接口支持 Bearer Token 认证
- admin 接口继续使用 X-Admin-Key

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-12 15:37:16 +08:00
wangjunandClaude Opus 4.6 71dba5bc2f feat: 支持私有仓库 Bearer Token 认证安装
- install.sh 添加 --token 参数支持
- 使用 oauth2:${TOKEN}@ 格式进行认证
- README 更新安装说明,包含公开/私有两种方式

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-12 15:36:25 +08:00
wangjunandClaude Opus 4.6 881aeda5bd fix: 一键安装支持私有仓库登录
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-12 14:37:47 +08:00
wangjunandClaude Opus 4.6 3919899bd5 fix: 更新 git 仓库地址为 https://git.atomdancing.com
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-12 14:35:38 +08:00
wangjunandClaude Opus 4.6 29f34fddf3 feat: TLBM MCP Server 初始版本
- 提供无人车运营 API 的 MCP 封装
- 支持车辆状态查询、轨迹回放、订单管理等功能
- 一键安装脚本支持快速部署

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-12 14:32:50 +08:00