@meterapp/car-image-sdk 1.4.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +83 -16
- package/dist/client.d.ts +54 -3
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +165 -5
- package/dist/client.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/mcp/index.d.ts +269 -131
- package/dist/mcp/index.d.ts.map +1 -1
- package/dist/mcp/index.js +324 -42
- package/dist/mcp/index.js.map +1 -1
- package/dist/params.d.ts +24 -2
- package/dist/params.d.ts.map +1 -1
- package/dist/params.js +92 -25
- package/dist/params.js.map +1 -1
- package/dist/types.d.ts +289 -17
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js +9 -1
- package/dist/types.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { CarImageClient, type CarImageClientOptions, type RequestOptions } from "./client.js";
|
|
2
2
|
export { CarImageError, isCarImageError, type CarImageErrorInit, type ProblemDetails } from "./errors.js";
|
|
3
|
-
export { assertImageParams, imageRequestBody, imageSearchParams, normalizeYear, suggestedFileName, } from "./params.js";
|
|
3
|
+
export { assertImageParams, assertVehicleSelector, colorParam, imageRequestBody, imageSearchParams, isColor, isHexColor, isPresetColor, normalizeYear, suggestedFileName, vehicleRequestBody, } from "./params.js";
|
|
4
4
|
export { RETRYABLE_STATUSES, backoffDelayMs, parseRetryAfter, retryDelayMs } from "./retry.js";
|
|
5
5
|
export * from "./types.js";
|
|
6
6
|
export { SDK_VERSION } from "./version.js";
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,KAAK,qBAAqB,EAAE,KAAK,cAAc,EAAE,MAAM,aAAa,CAAC;AAC9F,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,KAAK,iBAAiB,EAAE,KAAK,cAAc,EAAE,MAAM,aAAa,CAAC;AAC1G,OAAO,EACL,iBAAiB,EACjB,gBAAgB,EAChB,iBAAiB,EACjB,aAAa,EACb,iBAAiB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,KAAK,qBAAqB,EAAE,KAAK,cAAc,EAAE,MAAM,aAAa,CAAC;AAC9F,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,KAAK,iBAAiB,EAAE,KAAK,cAAc,EAAE,MAAM,aAAa,CAAC;AAC1G,OAAO,EACL,iBAAiB,EACjB,qBAAqB,EACrB,UAAU,EACV,gBAAgB,EAChB,iBAAiB,EACjB,OAAO,EACP,UAAU,EACV,aAAa,EACb,aAAa,EACb,iBAAiB,EACjB,kBAAkB,GACnB,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,kBAAkB,EAAE,cAAc,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAC/F,cAAc,YAAY,CAAC;AAC3B,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { CarImageClient } from "./client.js";
|
|
2
2
|
export { CarImageError, isCarImageError } from "./errors.js";
|
|
3
|
-
export { assertImageParams, imageRequestBody, imageSearchParams, normalizeYear, suggestedFileName, } from "./params.js";
|
|
3
|
+
export { assertImageParams, assertVehicleSelector, colorParam, imageRequestBody, imageSearchParams, isColor, isHexColor, isPresetColor, normalizeYear, suggestedFileName, vehicleRequestBody, } from "./params.js";
|
|
4
4
|
export { RETRYABLE_STATUSES, backoffDelayMs, parseRetryAfter, retryDelayMs } from "./retry.js";
|
|
5
5
|
export * from "./types.js";
|
|
6
6
|
export { SDK_VERSION } from "./version.js";
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAmD,MAAM,aAAa,CAAC;AAC9F,OAAO,EAAE,aAAa,EAAE,eAAe,EAA+C,MAAM,aAAa,CAAC;AAC1G,OAAO,EACL,iBAAiB,EACjB,gBAAgB,EAChB,iBAAiB,EACjB,aAAa,EACb,iBAAiB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAmD,MAAM,aAAa,CAAC;AAC9F,OAAO,EAAE,aAAa,EAAE,eAAe,EAA+C,MAAM,aAAa,CAAC;AAC1G,OAAO,EACL,iBAAiB,EACjB,qBAAqB,EACrB,UAAU,EACV,gBAAgB,EAChB,iBAAiB,EACjB,OAAO,EACP,UAAU,EACV,aAAa,EACb,aAAa,EACb,iBAAiB,EACjB,kBAAkB,GACnB,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,kBAAkB,EAAE,cAAc,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAC/F,cAAc,YAAY,CAAC;AAC3B,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC"}
|
package/dist/mcp/index.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ import { type Format, type RequestFormat } from "../types.js";
|
|
|
14
14
|
export declare const MCP_SERVER_INFO: {
|
|
15
15
|
readonly name: "car-image-api";
|
|
16
16
|
readonly title: "Car Image API";
|
|
17
|
-
readonly version: "1.
|
|
17
|
+
readonly version: "1.5.0";
|
|
18
18
|
readonly websiteUrl: "https://carimage.dev";
|
|
19
19
|
};
|
|
20
20
|
/**
|
|
@@ -25,8 +25,8 @@ export declare const MCP_SERVER_INFO: {
|
|
|
25
25
|
* context and make the right one easier to pick.
|
|
26
26
|
*/
|
|
27
27
|
export declare const MCP_TOOLSETS: {
|
|
28
|
-
readonly core: readonly ["get_car_image", "create_car_image_urls", "search_vehicles", "resolve_vehicle", "list_image_options", "get_account", "rate_image", "describe_api"];
|
|
29
|
-
readonly all: readonly ["get_car_image", "create_car_image_urls", "search_vehicles", "resolve_vehicle", "list_image_options", "get_account", "rate_image", "describe_api", "list_requests", "request_vehicle", "request_feature", "get_request", "upvote_request", "comment_on_request", "share_building", "share_referral"];
|
|
28
|
+
readonly core: readonly ["get_car_image", "create_car_image_urls", "search_vehicles", "resolve_vehicle", "decode_vin", "list_image_options", "get_account", "rate_image", "create_3d_model", "get_3d_model", "describe_api"];
|
|
29
|
+
readonly all: readonly ["get_car_image", "create_car_image_urls", "search_vehicles", "resolve_vehicle", "decode_vin", "list_image_options", "get_account", "rate_image", "create_3d_model", "get_3d_model", "describe_api", "list_requests", "request_vehicle", "request_feature", "get_request", "upvote_request", "comment_on_request", "share_building", "share_referral"];
|
|
30
30
|
};
|
|
31
31
|
export type McpToolset = keyof typeof MCP_TOOLSETS;
|
|
32
32
|
export declare const DEFAULT_MCP_TOOLSET: McpToolset;
|
|
@@ -36,10 +36,11 @@ export declare function isMcpToolset(value: unknown): value is McpToolset;
|
|
|
36
36
|
export declare function mcpInstructions(toolset?: McpToolset): string;
|
|
37
37
|
/** Instructions for the full toolset; kept for callers that predate toolsets. */
|
|
38
38
|
export declare const MCP_INSTRUCTIONS: string;
|
|
39
|
+
/** A paint color: a preset name, or a hex such as `#1a2b3c` (`1a2b3c` and `#rgb` are accepted too). */
|
|
40
|
+
export declare const colorSchema: z.ZodString & z.ZodType<import("../types.js").Color, string, z.core.$ZodTypeInternals<import("../types.js").Color, string>>;
|
|
41
|
+
/** A stable catalog vehicle id, as every catalog tool returns it. */
|
|
42
|
+
export declare const vehicleIdSchema: z.ZodString;
|
|
39
43
|
export declare const imageInputSchema: z.ZodObject<{
|
|
40
|
-
make: z.ZodString;
|
|
41
|
-
model: z.ZodString;
|
|
42
|
-
year: z.ZodCoercedNumber<unknown>;
|
|
43
44
|
view: z.ZodDefault<z.ZodEnum<{
|
|
44
45
|
front: "front";
|
|
45
46
|
"front-3-4": "front-3-4";
|
|
@@ -48,23 +49,7 @@ export declare const imageInputSchema: z.ZodObject<{
|
|
|
48
49
|
rear: "rear";
|
|
49
50
|
"rear-3-4": "rear-3-4";
|
|
50
51
|
}>>;
|
|
51
|
-
color: z.ZodDefault<z.
|
|
52
|
-
white: "white";
|
|
53
|
-
black: "black";
|
|
54
|
-
gray: "gray";
|
|
55
|
-
silver: "silver";
|
|
56
|
-
blue: "blue";
|
|
57
|
-
red: "red";
|
|
58
|
-
green: "green";
|
|
59
|
-
brown: "brown";
|
|
60
|
-
beige: "beige";
|
|
61
|
-
tan: "tan";
|
|
62
|
-
orange: "orange";
|
|
63
|
-
yellow: "yellow";
|
|
64
|
-
gold: "gold";
|
|
65
|
-
burgundy: "burgundy";
|
|
66
|
-
purple: "purple";
|
|
67
|
-
}>>;
|
|
52
|
+
color: z.ZodDefault<z.ZodString & z.ZodType<import("../types.js").Color, string, z.core.$ZodTypeInternals<import("../types.js").Color, string>>>;
|
|
68
53
|
size: z.ZodOptional<z.ZodEnum<{
|
|
69
54
|
thumb: "thumb";
|
|
70
55
|
small: "small";
|
|
@@ -87,6 +72,10 @@ export declare const imageInputSchema: z.ZodObject<{
|
|
|
87
72
|
jpg: "jpg";
|
|
88
73
|
auto: "auto";
|
|
89
74
|
}>>;
|
|
75
|
+
vehicle: z.ZodOptional<z.ZodString>;
|
|
76
|
+
make: z.ZodOptional<z.ZodString>;
|
|
77
|
+
model: z.ZodOptional<z.ZodString>;
|
|
78
|
+
year: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
90
79
|
}, z.core.$strip>;
|
|
91
80
|
export type ImageInput = z.infer<typeof imageInputSchema>;
|
|
92
81
|
/**
|
|
@@ -99,9 +88,6 @@ export type ImageInput = z.infer<typeof imageInputSchema>;
|
|
|
99
88
|
export declare function inlineImageFormat(format: RequestFormat): Format;
|
|
100
89
|
export declare const MCP_TOOL_SCHEMAS: {
|
|
101
90
|
readonly get_car_image: z.ZodObject<{
|
|
102
|
-
make: z.ZodString;
|
|
103
|
-
model: z.ZodString;
|
|
104
|
-
year: z.ZodCoercedNumber<unknown>;
|
|
105
91
|
view: z.ZodDefault<z.ZodEnum<{
|
|
106
92
|
front: "front";
|
|
107
93
|
"front-3-4": "front-3-4";
|
|
@@ -110,23 +96,7 @@ export declare const MCP_TOOL_SCHEMAS: {
|
|
|
110
96
|
rear: "rear";
|
|
111
97
|
"rear-3-4": "rear-3-4";
|
|
112
98
|
}>>;
|
|
113
|
-
color: z.ZodDefault<z.
|
|
114
|
-
white: "white";
|
|
115
|
-
black: "black";
|
|
116
|
-
gray: "gray";
|
|
117
|
-
silver: "silver";
|
|
118
|
-
blue: "blue";
|
|
119
|
-
red: "red";
|
|
120
|
-
green: "green";
|
|
121
|
-
brown: "brown";
|
|
122
|
-
beige: "beige";
|
|
123
|
-
tan: "tan";
|
|
124
|
-
orange: "orange";
|
|
125
|
-
yellow: "yellow";
|
|
126
|
-
gold: "gold";
|
|
127
|
-
burgundy: "burgundy";
|
|
128
|
-
purple: "purple";
|
|
129
|
-
}>>;
|
|
99
|
+
color: z.ZodDefault<z.ZodString & z.ZodType<import("../types.js").Color, string, z.core.$ZodTypeInternals<import("../types.js").Color, string>>>;
|
|
130
100
|
size: z.ZodOptional<z.ZodEnum<{
|
|
131
101
|
thumb: "thumb";
|
|
132
102
|
small: "small";
|
|
@@ -149,12 +119,13 @@ export declare const MCP_TOOL_SCHEMAS: {
|
|
|
149
119
|
jpg: "jpg";
|
|
150
120
|
auto: "auto";
|
|
151
121
|
}>>;
|
|
122
|
+
vehicle: z.ZodOptional<z.ZodString>;
|
|
123
|
+
make: z.ZodOptional<z.ZodString>;
|
|
124
|
+
model: z.ZodOptional<z.ZodString>;
|
|
125
|
+
year: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
152
126
|
}, z.core.$strip>;
|
|
153
127
|
readonly create_car_image_urls: z.ZodObject<{
|
|
154
128
|
images: z.ZodArray<z.ZodObject<{
|
|
155
|
-
make: z.ZodString;
|
|
156
|
-
model: z.ZodString;
|
|
157
|
-
year: z.ZodCoercedNumber<unknown>;
|
|
158
129
|
view: z.ZodDefault<z.ZodEnum<{
|
|
159
130
|
front: "front";
|
|
160
131
|
"front-3-4": "front-3-4";
|
|
@@ -163,23 +134,7 @@ export declare const MCP_TOOL_SCHEMAS: {
|
|
|
163
134
|
rear: "rear";
|
|
164
135
|
"rear-3-4": "rear-3-4";
|
|
165
136
|
}>>;
|
|
166
|
-
color: z.ZodDefault<z.
|
|
167
|
-
white: "white";
|
|
168
|
-
black: "black";
|
|
169
|
-
gray: "gray";
|
|
170
|
-
silver: "silver";
|
|
171
|
-
blue: "blue";
|
|
172
|
-
red: "red";
|
|
173
|
-
green: "green";
|
|
174
|
-
brown: "brown";
|
|
175
|
-
beige: "beige";
|
|
176
|
-
tan: "tan";
|
|
177
|
-
orange: "orange";
|
|
178
|
-
yellow: "yellow";
|
|
179
|
-
gold: "gold";
|
|
180
|
-
burgundy: "burgundy";
|
|
181
|
-
purple: "purple";
|
|
182
|
-
}>>;
|
|
137
|
+
color: z.ZodDefault<z.ZodString & z.ZodType<import("../types.js").Color, string, z.core.$ZodTypeInternals<import("../types.js").Color, string>>>;
|
|
183
138
|
size: z.ZodOptional<z.ZodEnum<{
|
|
184
139
|
thumb: "thumb";
|
|
185
140
|
small: "small";
|
|
@@ -202,6 +157,10 @@ export declare const MCP_TOOL_SCHEMAS: {
|
|
|
202
157
|
jpg: "jpg";
|
|
203
158
|
auto: "auto";
|
|
204
159
|
}>>;
|
|
160
|
+
vehicle: z.ZodOptional<z.ZodString>;
|
|
161
|
+
make: z.ZodOptional<z.ZodString>;
|
|
162
|
+
model: z.ZodOptional<z.ZodString>;
|
|
163
|
+
year: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
205
164
|
}, z.core.$strip>>;
|
|
206
165
|
ttl_seconds: z.ZodOptional<z.ZodNumber>;
|
|
207
166
|
max_uses: z.ZodOptional<z.ZodNumber>;
|
|
@@ -221,6 +180,7 @@ export declare const MCP_TOOL_SCHEMAS: {
|
|
|
221
180
|
readonly get_account: z.ZodObject<{}, z.core.$strip>;
|
|
222
181
|
readonly rate_image: z.ZodObject<{
|
|
223
182
|
request_id: z.ZodOptional<z.ZodString>;
|
|
183
|
+
vehicle: z.ZodOptional<z.ZodString>;
|
|
224
184
|
make: z.ZodOptional<z.ZodString>;
|
|
225
185
|
model: z.ZodOptional<z.ZodString>;
|
|
226
186
|
year: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
@@ -232,23 +192,7 @@ export declare const MCP_TOOL_SCHEMAS: {
|
|
|
232
192
|
rear: "rear";
|
|
233
193
|
"rear-3-4": "rear-3-4";
|
|
234
194
|
}>>;
|
|
235
|
-
color: z.ZodOptional<z.
|
|
236
|
-
white: "white";
|
|
237
|
-
black: "black";
|
|
238
|
-
gray: "gray";
|
|
239
|
-
silver: "silver";
|
|
240
|
-
blue: "blue";
|
|
241
|
-
red: "red";
|
|
242
|
-
green: "green";
|
|
243
|
-
brown: "brown";
|
|
244
|
-
beige: "beige";
|
|
245
|
-
tan: "tan";
|
|
246
|
-
orange: "orange";
|
|
247
|
-
yellow: "yellow";
|
|
248
|
-
gold: "gold";
|
|
249
|
-
burgundy: "burgundy";
|
|
250
|
-
purple: "purple";
|
|
251
|
-
}>>;
|
|
195
|
+
color: z.ZodOptional<z.ZodString & z.ZodType<import("../types.js").Color, string, z.core.$ZodTypeInternals<import("../types.js").Color, string>>>;
|
|
252
196
|
rating: z.ZodOptional<z.ZodNumber>;
|
|
253
197
|
verdict: z.ZodOptional<z.ZodEnum<{
|
|
254
198
|
good: "good";
|
|
@@ -259,6 +203,23 @@ export declare const MCP_TOOL_SCHEMAS: {
|
|
|
259
203
|
readonly describe_api: z.ZodObject<{
|
|
260
204
|
endpoint: z.ZodOptional<z.ZodString>;
|
|
261
205
|
}, z.core.$strip>;
|
|
206
|
+
readonly decode_vin: z.ZodObject<{
|
|
207
|
+
vin: z.ZodString;
|
|
208
|
+
year: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
209
|
+
}, z.core.$strip>;
|
|
210
|
+
readonly create_3d_model: z.ZodObject<{
|
|
211
|
+
color: z.ZodDefault<z.ZodString & z.ZodType<import("../types.js").Color, string, z.core.$ZodTypeInternals<import("../types.js").Color, string>>>;
|
|
212
|
+
webhook_url: z.ZodOptional<z.ZodString>;
|
|
213
|
+
webhook_secret: z.ZodOptional<z.ZodString>;
|
|
214
|
+
idempotency_key: z.ZodOptional<z.ZodString>;
|
|
215
|
+
vehicle: z.ZodOptional<z.ZodString>;
|
|
216
|
+
make: z.ZodOptional<z.ZodString>;
|
|
217
|
+
model: z.ZodOptional<z.ZodString>;
|
|
218
|
+
year: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
219
|
+
}, z.core.$strip>;
|
|
220
|
+
readonly get_3d_model: z.ZodObject<{
|
|
221
|
+
id: z.ZodString;
|
|
222
|
+
}, z.core.$strip>;
|
|
262
223
|
readonly list_requests: z.ZodObject<{
|
|
263
224
|
kind: z.ZodOptional<z.ZodEnum<{
|
|
264
225
|
vehicle: "vehicle";
|
|
@@ -335,6 +296,7 @@ export declare const MCP_TOOL_OUTPUT_SCHEMAS: {
|
|
|
335
296
|
etag: z.ZodNullable<z.ZodString>;
|
|
336
297
|
request_id: z.ZodNullable<z.ZodString>;
|
|
337
298
|
vehicle: z.ZodObject<{
|
|
299
|
+
vehicle_id: z.ZodNullable<z.ZodString>;
|
|
338
300
|
make: z.ZodString;
|
|
339
301
|
model: z.ZodString;
|
|
340
302
|
year: z.ZodNumber;
|
|
@@ -346,23 +308,7 @@ export declare const MCP_TOOL_OUTPUT_SCHEMAS: {
|
|
|
346
308
|
rear: "rear";
|
|
347
309
|
"rear-3-4": "rear-3-4";
|
|
348
310
|
}>;
|
|
349
|
-
color: z.
|
|
350
|
-
white: "white";
|
|
351
|
-
black: "black";
|
|
352
|
-
gray: "gray";
|
|
353
|
-
silver: "silver";
|
|
354
|
-
blue: "blue";
|
|
355
|
-
red: "red";
|
|
356
|
-
green: "green";
|
|
357
|
-
brown: "brown";
|
|
358
|
-
beige: "beige";
|
|
359
|
-
tan: "tan";
|
|
360
|
-
orange: "orange";
|
|
361
|
-
yellow: "yellow";
|
|
362
|
-
gold: "gold";
|
|
363
|
-
burgundy: "burgundy";
|
|
364
|
-
purple: "purple";
|
|
365
|
-
}>;
|
|
311
|
+
color: z.ZodString;
|
|
366
312
|
width: z.ZodOptional<z.ZodNumber>;
|
|
367
313
|
height: z.ZodOptional<z.ZodNumber>;
|
|
368
314
|
fit: z.ZodOptional<z.ZodEnum<{
|
|
@@ -389,6 +335,7 @@ export declare const MCP_TOOL_OUTPUT_SCHEMAS: {
|
|
|
389
335
|
max_uses: z.ZodNumber;
|
|
390
336
|
renews_until: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
391
337
|
vehicle: z.ZodObject<{
|
|
338
|
+
vehicle_id: z.ZodNullable<z.ZodString>;
|
|
392
339
|
make: z.ZodString;
|
|
393
340
|
model: z.ZodString;
|
|
394
341
|
year: z.ZodNumber;
|
|
@@ -400,23 +347,7 @@ export declare const MCP_TOOL_OUTPUT_SCHEMAS: {
|
|
|
400
347
|
rear: "rear";
|
|
401
348
|
"rear-3-4": "rear-3-4";
|
|
402
349
|
}>;
|
|
403
|
-
color: z.
|
|
404
|
-
white: "white";
|
|
405
|
-
black: "black";
|
|
406
|
-
gray: "gray";
|
|
407
|
-
silver: "silver";
|
|
408
|
-
blue: "blue";
|
|
409
|
-
red: "red";
|
|
410
|
-
green: "green";
|
|
411
|
-
brown: "brown";
|
|
412
|
-
beige: "beige";
|
|
413
|
-
tan: "tan";
|
|
414
|
-
orange: "orange";
|
|
415
|
-
yellow: "yellow";
|
|
416
|
-
gold: "gold";
|
|
417
|
-
burgundy: "burgundy";
|
|
418
|
-
purple: "purple";
|
|
419
|
-
}>;
|
|
350
|
+
color: z.ZodString;
|
|
420
351
|
width: z.ZodOptional<z.ZodNumber>;
|
|
421
352
|
height: z.ZodOptional<z.ZodNumber>;
|
|
422
353
|
fit: z.ZodOptional<z.ZodEnum<{
|
|
@@ -469,6 +400,7 @@ export declare const MCP_TOOL_OUTPUT_SCHEMAS: {
|
|
|
469
400
|
readonly resolve_vehicle: z.ZodObject<{
|
|
470
401
|
data: z.ZodObject<{
|
|
471
402
|
params: z.ZodObject<{
|
|
403
|
+
vehicle_id: z.ZodNullable<z.ZodString>;
|
|
472
404
|
make: z.ZodString;
|
|
473
405
|
model: z.ZodString;
|
|
474
406
|
year: z.ZodNumber;
|
|
@@ -480,23 +412,7 @@ export declare const MCP_TOOL_OUTPUT_SCHEMAS: {
|
|
|
480
412
|
rear: "rear";
|
|
481
413
|
"rear-3-4": "rear-3-4";
|
|
482
414
|
}>;
|
|
483
|
-
color: z.
|
|
484
|
-
white: "white";
|
|
485
|
-
black: "black";
|
|
486
|
-
gray: "gray";
|
|
487
|
-
silver: "silver";
|
|
488
|
-
blue: "blue";
|
|
489
|
-
red: "red";
|
|
490
|
-
green: "green";
|
|
491
|
-
brown: "brown";
|
|
492
|
-
beige: "beige";
|
|
493
|
-
tan: "tan";
|
|
494
|
-
orange: "orange";
|
|
495
|
-
yellow: "yellow";
|
|
496
|
-
gold: "gold";
|
|
497
|
-
burgundy: "burgundy";
|
|
498
|
-
purple: "purple";
|
|
499
|
-
}>;
|
|
415
|
+
color: z.ZodString;
|
|
500
416
|
}, z.core.$loose>;
|
|
501
417
|
display: z.ZodOptional<z.ZodObject<{
|
|
502
418
|
make_name: z.ZodString;
|
|
@@ -619,6 +535,184 @@ export declare const MCP_TOOL_OUTPUT_SCHEMAS: {
|
|
|
619
535
|
}, z.core.$loose>;
|
|
620
536
|
request_id: z.ZodString;
|
|
621
537
|
}, z.core.$loose>;
|
|
538
|
+
readonly decode_vin: z.ZodObject<{
|
|
539
|
+
data: z.ZodObject<{
|
|
540
|
+
vin: z.ZodString;
|
|
541
|
+
valid: z.ZodBoolean;
|
|
542
|
+
errors: z.ZodArray<z.ZodObject<{
|
|
543
|
+
code: z.ZodNumber;
|
|
544
|
+
text: z.ZodString;
|
|
545
|
+
}, z.core.$loose>>;
|
|
546
|
+
suggested_vin: z.ZodNullable<z.ZodString>;
|
|
547
|
+
year: z.ZodNullable<z.ZodNumber>;
|
|
548
|
+
make: z.ZodNullable<z.ZodString>;
|
|
549
|
+
model: z.ZodNullable<z.ZodString>;
|
|
550
|
+
trim: z.ZodNullable<z.ZodString>;
|
|
551
|
+
series: z.ZodNullable<z.ZodString>;
|
|
552
|
+
body_class: z.ZodNullable<z.ZodString>;
|
|
553
|
+
vehicle_type: z.ZodNullable<z.ZodString>;
|
|
554
|
+
doors: z.ZodNullable<z.ZodNumber>;
|
|
555
|
+
drive_type: z.ZodNullable<z.ZodString>;
|
|
556
|
+
fuel_type: z.ZodNullable<z.ZodString>;
|
|
557
|
+
engine: z.ZodObject<{
|
|
558
|
+
cylinders: z.ZodNullable<z.ZodNumber>;
|
|
559
|
+
displacement_l: z.ZodNullable<z.ZodNumber>;
|
|
560
|
+
hp: z.ZodNullable<z.ZodNumber>;
|
|
561
|
+
model: z.ZodNullable<z.ZodString>;
|
|
562
|
+
}, z.core.$loose>;
|
|
563
|
+
transmission: z.ZodObject<{
|
|
564
|
+
style: z.ZodNullable<z.ZodString>;
|
|
565
|
+
speeds: z.ZodNullable<z.ZodNumber>;
|
|
566
|
+
}, z.core.$loose>;
|
|
567
|
+
manufacturer: z.ZodNullable<z.ZodString>;
|
|
568
|
+
plant: z.ZodObject<{
|
|
569
|
+
city: z.ZodNullable<z.ZodString>;
|
|
570
|
+
state: z.ZodNullable<z.ZodString>;
|
|
571
|
+
country: z.ZodNullable<z.ZodString>;
|
|
572
|
+
}, z.core.$loose>;
|
|
573
|
+
gvwr: z.ZodNullable<z.ZodString>;
|
|
574
|
+
attributes: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
575
|
+
vehicle: z.ZodNullable<z.ZodObject<{
|
|
576
|
+
id: z.ZodString;
|
|
577
|
+
make: z.ZodString;
|
|
578
|
+
model: z.ZodString;
|
|
579
|
+
year: z.ZodNumber;
|
|
580
|
+
image_path: z.ZodString;
|
|
581
|
+
}, z.core.$loose>>;
|
|
582
|
+
source: z.ZodEnum<{
|
|
583
|
+
"vpic-db": "vpic-db";
|
|
584
|
+
"vpic-api": "vpic-api";
|
|
585
|
+
}>;
|
|
586
|
+
}, z.core.$loose>;
|
|
587
|
+
request_id: z.ZodString;
|
|
588
|
+
}, z.core.$loose>;
|
|
589
|
+
readonly create_3d_model: z.ZodObject<{
|
|
590
|
+
data: z.ZodObject<{
|
|
591
|
+
id: z.ZodString;
|
|
592
|
+
object: z.ZodLiteral<"3d_model">;
|
|
593
|
+
status: z.ZodEnum<{
|
|
594
|
+
queued: "queued";
|
|
595
|
+
processing: "processing";
|
|
596
|
+
ready: "ready";
|
|
597
|
+
failed: "failed";
|
|
598
|
+
}>;
|
|
599
|
+
progress: z.ZodNumber;
|
|
600
|
+
stage: z.ZodNullable<z.ZodString>;
|
|
601
|
+
vehicle: z.ZodObject<{
|
|
602
|
+
id: z.ZodNullable<z.ZodString>;
|
|
603
|
+
make: z.ZodString;
|
|
604
|
+
model: z.ZodString;
|
|
605
|
+
year: z.ZodNumber;
|
|
606
|
+
}, z.core.$loose>;
|
|
607
|
+
color: z.ZodString;
|
|
608
|
+
generator: z.ZodString;
|
|
609
|
+
files: z.ZodNullable<z.ZodObject<{
|
|
610
|
+
glb: z.ZodOptional<z.ZodObject<{
|
|
611
|
+
url: z.ZodString;
|
|
612
|
+
bytes: z.ZodNumber;
|
|
613
|
+
content_type: z.ZodString;
|
|
614
|
+
}, z.core.$loose>>;
|
|
615
|
+
usdz: z.ZodOptional<z.ZodObject<{
|
|
616
|
+
url: z.ZodString;
|
|
617
|
+
bytes: z.ZodNumber;
|
|
618
|
+
content_type: z.ZodString;
|
|
619
|
+
}, z.core.$loose>>;
|
|
620
|
+
fbx: z.ZodOptional<z.ZodObject<{
|
|
621
|
+
url: z.ZodString;
|
|
622
|
+
bytes: z.ZodNumber;
|
|
623
|
+
content_type: z.ZodString;
|
|
624
|
+
}, z.core.$loose>>;
|
|
625
|
+
thumbnail: z.ZodOptional<z.ZodObject<{
|
|
626
|
+
url: z.ZodString;
|
|
627
|
+
bytes: z.ZodNumber;
|
|
628
|
+
content_type: z.ZodString;
|
|
629
|
+
}, z.core.$loose>>;
|
|
630
|
+
}, z.core.$loose>>;
|
|
631
|
+
polycount: z.ZodNullable<z.ZodNumber>;
|
|
632
|
+
error: z.ZodNullable<z.ZodObject<{
|
|
633
|
+
code: z.ZodString;
|
|
634
|
+
message: z.ZodString;
|
|
635
|
+
}, z.core.$loose>>;
|
|
636
|
+
estimated_seconds_remaining: z.ZodNullable<z.ZodNumber>;
|
|
637
|
+
webhook: z.ZodNullable<z.ZodObject<{
|
|
638
|
+
url: z.ZodString;
|
|
639
|
+
status: z.ZodNullable<z.ZodString>;
|
|
640
|
+
attempts: z.ZodNumber;
|
|
641
|
+
last_status: z.ZodNullable<z.ZodNumber>;
|
|
642
|
+
delivered_at: z.ZodNullable<z.ZodString>;
|
|
643
|
+
}, z.core.$loose>>;
|
|
644
|
+
created_at: z.ZodString;
|
|
645
|
+
updated_at: z.ZodString;
|
|
646
|
+
ready_at: z.ZodNullable<z.ZodString>;
|
|
647
|
+
}, z.core.$loose>;
|
|
648
|
+
billing: z.ZodObject<{
|
|
649
|
+
charged_on: z.ZodLiteral<"creation">;
|
|
650
|
+
credits_charged: z.ZodNumber;
|
|
651
|
+
credits_remaining: z.ZodNumber;
|
|
652
|
+
}, z.core.$loose>;
|
|
653
|
+
request_id: z.ZodString;
|
|
654
|
+
}, z.core.$loose>;
|
|
655
|
+
readonly get_3d_model: z.ZodObject<{
|
|
656
|
+
data: z.ZodObject<{
|
|
657
|
+
id: z.ZodString;
|
|
658
|
+
object: z.ZodLiteral<"3d_model">;
|
|
659
|
+
status: z.ZodEnum<{
|
|
660
|
+
queued: "queued";
|
|
661
|
+
processing: "processing";
|
|
662
|
+
ready: "ready";
|
|
663
|
+
failed: "failed";
|
|
664
|
+
}>;
|
|
665
|
+
progress: z.ZodNumber;
|
|
666
|
+
stage: z.ZodNullable<z.ZodString>;
|
|
667
|
+
vehicle: z.ZodObject<{
|
|
668
|
+
id: z.ZodNullable<z.ZodString>;
|
|
669
|
+
make: z.ZodString;
|
|
670
|
+
model: z.ZodString;
|
|
671
|
+
year: z.ZodNumber;
|
|
672
|
+
}, z.core.$loose>;
|
|
673
|
+
color: z.ZodString;
|
|
674
|
+
generator: z.ZodString;
|
|
675
|
+
files: z.ZodNullable<z.ZodObject<{
|
|
676
|
+
glb: z.ZodOptional<z.ZodObject<{
|
|
677
|
+
url: z.ZodString;
|
|
678
|
+
bytes: z.ZodNumber;
|
|
679
|
+
content_type: z.ZodString;
|
|
680
|
+
}, z.core.$loose>>;
|
|
681
|
+
usdz: z.ZodOptional<z.ZodObject<{
|
|
682
|
+
url: z.ZodString;
|
|
683
|
+
bytes: z.ZodNumber;
|
|
684
|
+
content_type: z.ZodString;
|
|
685
|
+
}, z.core.$loose>>;
|
|
686
|
+
fbx: z.ZodOptional<z.ZodObject<{
|
|
687
|
+
url: z.ZodString;
|
|
688
|
+
bytes: z.ZodNumber;
|
|
689
|
+
content_type: z.ZodString;
|
|
690
|
+
}, z.core.$loose>>;
|
|
691
|
+
thumbnail: z.ZodOptional<z.ZodObject<{
|
|
692
|
+
url: z.ZodString;
|
|
693
|
+
bytes: z.ZodNumber;
|
|
694
|
+
content_type: z.ZodString;
|
|
695
|
+
}, z.core.$loose>>;
|
|
696
|
+
}, z.core.$loose>>;
|
|
697
|
+
polycount: z.ZodNullable<z.ZodNumber>;
|
|
698
|
+
error: z.ZodNullable<z.ZodObject<{
|
|
699
|
+
code: z.ZodString;
|
|
700
|
+
message: z.ZodString;
|
|
701
|
+
}, z.core.$loose>>;
|
|
702
|
+
estimated_seconds_remaining: z.ZodNullable<z.ZodNumber>;
|
|
703
|
+
webhook: z.ZodNullable<z.ZodObject<{
|
|
704
|
+
url: z.ZodString;
|
|
705
|
+
status: z.ZodNullable<z.ZodString>;
|
|
706
|
+
attempts: z.ZodNumber;
|
|
707
|
+
last_status: z.ZodNullable<z.ZodNumber>;
|
|
708
|
+
delivered_at: z.ZodNullable<z.ZodString>;
|
|
709
|
+
}, z.core.$loose>>;
|
|
710
|
+
created_at: z.ZodString;
|
|
711
|
+
updated_at: z.ZodString;
|
|
712
|
+
ready_at: z.ZodNullable<z.ZodString>;
|
|
713
|
+
}, z.core.$loose>;
|
|
714
|
+
request_id: z.ZodString;
|
|
715
|
+
}, z.core.$loose>;
|
|
622
716
|
readonly list_requests: z.ZodObject<{
|
|
623
717
|
data: z.ZodArray<z.ZodObject<{
|
|
624
718
|
comments: z.ZodNumber;
|
|
@@ -870,6 +964,50 @@ export declare function toVehicleMatch(source: VehicleMatchSource): McpToolOutpu
|
|
|
870
964
|
* Anything else in the payload (`limits`, `sizes.source`) rides along untouched.
|
|
871
965
|
*/
|
|
872
966
|
export declare function toImageOptions(data: unknown): McpToolOutput<"list_image_options">["data"];
|
|
967
|
+
/** What {@link vinSummary} reads: the part of a decoded VIN both servers hold in the same shape. */
|
|
968
|
+
export interface VinSummaryInput {
|
|
969
|
+
vin: string;
|
|
970
|
+
year: number | null;
|
|
971
|
+
make: string | null;
|
|
972
|
+
model: string | null;
|
|
973
|
+
trim: string | null;
|
|
974
|
+
errors: ReadonlyArray<{
|
|
975
|
+
text: string;
|
|
976
|
+
}>;
|
|
977
|
+
vehicle: {
|
|
978
|
+
id: string;
|
|
979
|
+
make: string;
|
|
980
|
+
model: string;
|
|
981
|
+
year: number;
|
|
982
|
+
} | null;
|
|
983
|
+
}
|
|
984
|
+
/** The one-line summary both servers put above a decoded VIN. */
|
|
985
|
+
export declare function vinSummary(result: VinSummaryInput): string;
|
|
986
|
+
/** What {@link model3dSummary} reads: the part of a 3D model both servers hold in the same shape. */
|
|
987
|
+
export interface Model3dSummaryInput {
|
|
988
|
+
id: string;
|
|
989
|
+
status: "queued" | "processing" | "ready" | "failed";
|
|
990
|
+
progress: number;
|
|
991
|
+
stage: string | null;
|
|
992
|
+
vehicle: {
|
|
993
|
+
make: string;
|
|
994
|
+
model: string;
|
|
995
|
+
year: number;
|
|
996
|
+
};
|
|
997
|
+
color: string;
|
|
998
|
+
files: Readonly<Partial<Record<string, {
|
|
999
|
+
bytes: number;
|
|
1000
|
+
}>>> | null;
|
|
1001
|
+
error: {
|
|
1002
|
+
message: string;
|
|
1003
|
+
} | null;
|
|
1004
|
+
estimated_seconds_remaining: number | null;
|
|
1005
|
+
}
|
|
1006
|
+
/** The one-line summary both servers put above a 3D model, with the charge when it was just created. */
|
|
1007
|
+
export declare function model3dSummary(model: Model3dSummaryInput, billing?: {
|
|
1008
|
+
credits_charged: number;
|
|
1009
|
+
credits_remaining: number;
|
|
1010
|
+
}): string;
|
|
873
1011
|
export interface McpToolAnnotations {
|
|
874
1012
|
title?: string;
|
|
875
1013
|
readOnlyHint?: boolean;
|
package/dist/mcp/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/mcp/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AACH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/mcp/index.ts"],"names":[],"mappings":"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"}
|