@uniformdev/uniform-mcp 20.49.4 → 20.49.5-alpha.5

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.
Files changed (2) hide show
  1. package/dist/server.d.mts +23 -0
  2. package/package.json +8 -8
package/dist/server.d.mts CHANGED
@@ -2262,14 +2262,37 @@ declare const toolDefinitions: {
2262
2262
  imageUrl: zod.ZodString;
2263
2263
  contentType: zod.ZodOptional<zod.ZodString>;
2264
2264
  fileName: zod.ZodOptional<zod.ZodString>;
2265
+ assetGuidance: zod.ZodOptional<zod.ZodObject<{
2266
+ title: zod.ZodOptional<zod.ZodString>;
2267
+ description: zod.ZodOptional<zod.ZodString>;
2268
+ labels: zod.ZodOptional<zod.ZodString>;
2269
+ }, "strip", zod.ZodTypeAny, {
2270
+ title?: string | undefined;
2271
+ description?: string | undefined;
2272
+ labels?: string | undefined;
2273
+ }, {
2274
+ title?: string | undefined;
2275
+ description?: string | undefined;
2276
+ labels?: string | undefined;
2277
+ }>>;
2265
2278
  }, "strip", zod.ZodTypeAny, {
2266
2279
  imageUrl: string;
2267
2280
  contentType?: string | undefined;
2268
2281
  fileName?: string | undefined;
2282
+ assetGuidance?: {
2283
+ title?: string | undefined;
2284
+ description?: string | undefined;
2285
+ labels?: string | undefined;
2286
+ } | undefined;
2269
2287
  }, {
2270
2288
  imageUrl: string;
2271
2289
  contentType?: string | undefined;
2272
2290
  fileName?: string | undefined;
2291
+ assetGuidance?: {
2292
+ title?: string | undefined;
2293
+ description?: string | undefined;
2294
+ labels?: string | undefined;
2295
+ } | undefined;
2273
2296
  }>;
2274
2297
  outputSchema: zod.ZodObject<{
2275
2298
  title: zod.ZodString;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/uniform-mcp",
3
- "version": "20.49.4",
3
+ "version": "20.49.5-alpha.5+eb5527af63",
4
4
  "description": "Uniform MCP Server",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "bin": {
@@ -30,8 +30,8 @@
30
30
  "dependencies": {
31
31
  "@modelcontextprotocol/sdk": "1.25.2",
32
32
  "@types/uuid": "9.0.4",
33
- "@uniformdev/canvas": "20.49.4",
34
- "@uniformdev/project-map": "20.49.4",
33
+ "@uniformdev/canvas": "20.49.5-alpha.5+eb5527af63",
34
+ "@uniformdev/project-map": "20.49.5-alpha.5+eb5527af63",
35
35
  "fast-json-patch": "3.1.1",
36
36
  "immer": "10.1.3",
37
37
  "linkedom": "0.18.12",
@@ -45,10 +45,10 @@
45
45
  "access": "public"
46
46
  },
47
47
  "devDependencies": {
48
- "@uniformdev/design-system": "20.49.4",
49
- "@uniformdev/files": "20.49.4",
50
- "@uniformdev/mesh-edgehancer-sdk": "20.49.4",
51
- "@uniformdev/richtext": "20.49.4"
48
+ "@uniformdev/design-system": "20.49.5-alpha.5+eb5527af63",
49
+ "@uniformdev/files": "20.49.5-alpha.5+eb5527af63",
50
+ "@uniformdev/mesh-edgehancer-sdk": "20.49.5-alpha.5+eb5527af63",
51
+ "@uniformdev/richtext": "20.49.5-alpha.5+eb5527af63"
52
52
  },
53
- "gitHead": "dd6064aa91e338a5c00f5f362bbf8fc6ad975cc2"
53
+ "gitHead": "eb5527af632184a0269a47072f4ab4a498ce4d16"
54
54
  }