auto-webmcp 0.3.4 → 0.3.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.
@@ -1659,9 +1659,7 @@ async function startDiscovery(config) {
1659
1659
  startObserver(config);
1660
1660
  listenForRouteChanges(config);
1661
1661
  await scanForms(config);
1662
- if (registeredFormCount === 0) {
1663
- await scanOrphanInputs(config);
1664
- }
1662
+ await scanOrphanInputs(config);
1665
1663
  }
1666
1664
  function stopDiscovery() {
1667
1665
  observer?.disconnect();