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: {