@elementor/editor-global-classes 4.0.0-550 → 4.0.0-552
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/index.mjs
CHANGED
|
@@ -2393,7 +2393,8 @@ function initMcpApplyUnapplyGlobalClasses(server) {
|
|
|
2393
2393
|
elementId: z.string().describe("The ID of the element to which the class will be applied")
|
|
2394
2394
|
},
|
|
2395
2395
|
outputSchema: {
|
|
2396
|
-
result: z.string().describe("Result message indicating the success of the apply operation")
|
|
2396
|
+
result: z.string().describe("Result message indicating the success of the apply operation"),
|
|
2397
|
+
llm_instructions: z.string().describe("Instructions what to do next, Important to follow these instructions!")
|
|
2397
2398
|
},
|
|
2398
2399
|
name: "apply-global-class",
|
|
2399
2400
|
modelPreferences: {
|