@primeuicom/mcp 1.2.4 → 1.2.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.
package/dist/service.js CHANGED
@@ -7032,9 +7032,9 @@ AFTER CALLING:
7032
7032
  inputSchema: componentPropsValidateInputSchema,
7033
7033
  outputSchema: componentPropsValidateOutputSchema,
7034
7034
  annotations: {
7035
- readOnlyHint: true,
7035
+ readOnlyHint: false,
7036
7036
  destructiveHint: false,
7037
- idempotentHint: true,
7037
+ idempotentHint: false,
7038
7038
  openWorldHint: true
7039
7039
  }
7040
7040
  };