@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.js CHANGED
@@ -2346,7 +2346,8 @@ function initMcpApplyUnapplyGlobalClasses(server) {
2346
2346
  elementId: import_schema.z.string().describe("The ID of the element to which the class will be applied")
2347
2347
  },
2348
2348
  outputSchema: {
2349
- result: import_schema.z.string().describe("Result message indicating the success of the apply operation")
2349
+ result: import_schema.z.string().describe("Result message indicating the success of the apply operation"),
2350
+ llm_instructions: import_schema.z.string().describe("Instructions what to do next, Important to follow these instructions!")
2350
2351
  },
2351
2352
  name: "apply-global-class",
2352
2353
  modelPreferences: {