@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.cjs CHANGED
@@ -3589,7 +3589,7 @@ export default PostHog;
3589
3589
  try {
3590
3590
  const mod = await metadataServer.ssrLoadModule(entryPath);
3591
3591
  if (mod.widgetMetadata) {
3592
- const schemaField = mod.widgetMetadata.inputs || mod.widgetMetadata.props;
3592
+ const schemaField = mod.widgetMetadata.props || mod.widgetMetadata.inputs;
3593
3593
  widgetMetadata = {
3594
3594
  ...mod.widgetMetadata,
3595
3595
  title: mod.widgetMetadata.title || widgetName,