@uniformdev/uniform-mcp 20.25.0 → 20.25.2-alpha.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 +15 -30
- package/dist/index.mjs +939 -62832
- package/package.json +8 -12
- package/dist/index.d.mts +0 -2
package/README.md
CHANGED
|
@@ -40,33 +40,18 @@ Note: if you are developing against this mcp server, you must use `node` with ar
|
|
|
40
40
|
|
|
41
41
|
## Notable Limitations
|
|
42
42
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
-
|
|
58
|
-
- Conditional values are not supported
|
|
59
|
-
- Inserting other nested patterns is not supported
|
|
60
|
-
- Editing overrides is not supported
|
|
61
|
-
|
|
62
|
-
### Field/parameter values:
|
|
63
|
-
|
|
64
|
-
The following types of fields/parameters cannot have their values set by MCP (you can define them on a component/content type, just not set them on a pattern):
|
|
65
|
-
|
|
66
|
-
- References
|
|
67
|
-
- Assets
|
|
68
|
-
- Blocks
|
|
69
|
-
|
|
70
|
-
### Data Resources
|
|
71
|
-
|
|
72
|
-
You cannot currently manipulate pattern data resources via MCP. You may edit existing patterns that have data resources without losing them.
|
|
43
|
+
The following Uniform features cannot currently be changed using MCP.
|
|
44
|
+
|
|
45
|
+
- Interacting with slot sections (adding, removing, manipulating components within)
|
|
46
|
+
- Creating new Loop component instances
|
|
47
|
+
- Adding, editing, or removing block type fields/parameters, or block type definitions
|
|
48
|
+
- Setting the value of asset or reference type fields/parameters
|
|
49
|
+
- Editing conditional values on parameters or fields (the default value can be edited)
|
|
50
|
+
- Setting visibility rules on component instances
|
|
51
|
+
- Changing data sources, data types, or data resources
|
|
52
|
+
- Adding or removing project map nodes, and linking compositions to project map nodes
|
|
53
|
+
- Adding or removing content from Uniform Releases, or changing releases (i.e. locking, scheduling)
|
|
54
|
+
- All content you work with is in a 'draft' state. You do not have access to published content and cannot assist with publishing
|
|
55
|
+
- Managing workflows, or transitioning compositions, entries, or patterns from one workflow stage to another
|
|
56
|
+
- Managing assets, including generating,uploading, editing, or deleting assets
|
|
57
|
+
- Changing user permissions
|