@uniformdev/uniform-mcp 20.51.0 → 20.53.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/dist/server.d.mts CHANGED
@@ -2297,6 +2297,7 @@ declare const toolDefinitions: {
2297
2297
  outputSchema: zod.ZodObject<{
2298
2298
  title: zod.ZodString;
2299
2299
  description: zod.ZodString;
2300
+ labels: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
2300
2301
  focalPoint: zod.ZodOptional<zod.ZodObject<{
2301
2302
  x: zod.ZodNumber;
2302
2303
  y: zod.ZodNumber;
@@ -2312,6 +2313,7 @@ declare const toolDefinitions: {
2312
2313
  title: string;
2313
2314
  description: string;
2314
2315
  error: string;
2316
+ labels?: string[] | undefined;
2315
2317
  focalPoint?: {
2316
2318
  x: number;
2317
2319
  y: number;
@@ -2320,6 +2322,7 @@ declare const toolDefinitions: {
2320
2322
  title: string;
2321
2323
  description: string;
2322
2324
  error: string;
2325
+ labels?: string[] | undefined;
2323
2326
  focalPoint?: {
2324
2327
  x: number;
2325
2328
  y: number;