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.
@@ -1640,9 +1640,7 @@ async function startDiscovery(config) {
1640
1640
  startObserver(config);
1641
1641
  listenForRouteChanges(config);
1642
1642
  await scanForms(config);
1643
- if (registeredFormCount === 0) {
1644
- await scanOrphanInputs(config);
1645
- }
1643
+ await scanOrphanInputs(config);
1646
1644
  }
1647
1645
  function stopDiscovery() {
1648
1646
  observer?.disconnect();