From 8ce98023581cfdf1f5345b442e343d663e781bb8 Mon Sep 17 00:00:00 2001 From: JunWang Date: Fri, 12 Jun 2026 12:09:31 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E8=BD=A6=E8=BE=86=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=94=AF=E6=8C=81=E6=BB=A1=E6=BB=A1=E5=92=8C?= =?UTF-8?q?=E8=87=AA=E8=90=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - list_vehicle_status: 支持满满、自营 - get_vehicle_status: 支持满满、自营 Co-Authored-By: Claude Opus 4.8 --- README.md | 4 ++-- src/index.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0e729ff..55622ab 100644 --- a/README.md +++ b/README.md @@ -86,8 +86,8 @@ mcp_servers: | 工具名 | 功能 | 备注 | |--------|------|------| -| `mcp_tlbm_list_vehicle_status` | 查询所有车辆最新状态 | 仅支持满满 | -| `mcp_tlbm_get_vehicle_status` | 查询指定车辆状态 | | +| `mcp_tlbm_list_vehicle_status` | 查询所有车辆最新状态 | 支持满满、自营 | +| `mcp_tlbm_get_vehicle_status` | 查询指定车辆状态 | 支持满满、自营 | | `mcp_tlbm_list_vehicle_by_status` | 按状态码筛选车辆 | 仅支持满满 | | `mcp_tlbm_get_vehicle_metrics` | 查询工作时长指标 | 仅支持满满 | | `mcp_tlbm_get_vehicle_unavailability` | 统计不可用时长 | | diff --git a/src/index.ts b/src/index.ts index 1f12284..8f23277 100644 --- a/src/index.ts +++ b/src/index.ts @@ -58,13 +58,13 @@ const TOOLS = [ // === 车辆状态 === { name: "list_vehicle_status", - description: "查询所有车辆最新状态,按电量由低到高排序(当前仅支持满满)", + description: "查询所有车辆最新状态,按电量由低到高排序(支持满满、自营)", inputSchema: { type: "object", properties: {} }, endpoint: { method: "GET", path: "/api/vehicle/status/list" }, }, { name: "get_vehicle_status", - description: "根据车牌号查询车辆最新状态", + description: "根据车牌号查询车辆最新状态(支持满满、自营)", inputSchema: { type: "object", properties: {