@mcp-use/cli 2.6.0-canary.18 → 2.6.0-canary.20

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
@@ -3571,7 +3571,7 @@ export default PostHog;
3571
3571
  try {
3572
3572
  const mod = await metadataServer.ssrLoadModule(entryPath);
3573
3573
  if (mod.widgetMetadata) {
3574
- const schemaField = mod.widgetMetadata.inputs || mod.widgetMetadata.props;
3574
+ const schemaField = mod.widgetMetadata.props || mod.widgetMetadata.inputs;
3575
3575
  widgetMetadata = {
3576
3576
  ...mod.widgetMetadata,
3577
3577
  title: mod.widgetMetadata.title || widgetName,