Commit Graph
8 Commits
Author SHA1 Message Date
wangjunandClaude Opus 4.6 436f12ab15 fix: 更新 git 仓库地址为 atomdancing.pub/tlbm-mcp
- 远程地址: gitea@git.atomdancing.com:atomdancing.pub/tlbm-mcp.git
- 简化安装说明,统一使用 SSH 地址

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-07 12:08:07 +08:00
wangjunandClaude Opus 4.6 dbec51b6c0 refactor: 移除用户查询接口,进一步限制 MCP 能力
移除接口:
- get_user_roles: 查询用户角色
- get_user_by_openid: 按OpenID查询用户

用户查询涉及隐私信息,不应通过 MCP 暴露

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-07 12:04:45 +08:00
wangjunandClaude Opus 4.6 1b004b7869 feat: 更新接口至最新 OpenAPI 规范 (localhost:8088)
新增接口:
- get_overdue_shipping: 查询超时未确认装卸货
- query_orders: 订单数据分页查询

移除接口(API 已不再提供):
- get_vehicle_detail: 车辆详情
- get_sdk_order_list: SDK订单列表
- get_sdk_order_detail: SDK订单详情

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-07 11:58:13 +08:00
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 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 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