 wangjunandClaude Opus 4.8
|
5d4451df61
|
docs: 工作时长接口标注仅支持满满
- get_vehicle_metrics: 添加仅支持满满备注
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-12 12:08:57 +08:00 |
|
 wangjunandClaude Opus 4.8
|
79b4cd8617
|
docs: README 工具列表添加"仅支持满满"备注
标注以下接口仅支持满满项目:
- list_vehicle_status
- list_vehicle_by_status
- list_vehicle_unavailability
- get_vehicle_drive_mile
- get_order_summary
- get_today_orders
- get_orders_by_date
- get_unfinished_orders
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-12 12:07:54 +08:00 |
|
 wangjunandClaude Opus 4.8
|
8d15eab348
|
feat: 新增车辆心跳数据查询接口
- list_vehicle_heartbeat: 查询车辆心跳数据列表 (/api/vehicle/heartbeat/list)
- 支持分页、城市筛选、操作员筛选
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-12 10:41:58 +08:00 |
|
 wangjunandClaude Opus 4.6
|
000a899561
|
feat: 新增获取开通城市接口
- get_open_cities: 获取开通城市列表 (/api/config/open-cities)
- 支持可选参数 adcode 按行政区划筛选
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-06-07 19:33:32 +08:00 |
|
 wangjunandClaude Opus 4.8
|
b48db8450c
|
docs: 优化 query_orders 工具描述,明确支持日期范围查询
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-07 18:24:28 +08:00 |
|
 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
|
12fa958191
|
docs: 添加项目级 CLAUDE.md 说明文件
记录 API 地址和 MCP 能力限制规则:
- OpenAPI 地址: localhost:8088
- 仅提供只读查询能力,不允许写入接口
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-06-07 12:00:26 +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
|
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 |
|