@danainnovations/cortex-mcp 1.0.71 → 1.0.72

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/cli.js CHANGED
@@ -1281,6 +1281,7 @@ function getWizardHtml() {
1281
1281
  statusSpan.className = 'conn-status';
1282
1282
  btn.disabled = false;
1283
1283
  btn.textContent = 'Retry';
1284
+ btn.onclick = function() { connectProvider(name, displayName); };
1284
1285
  return;
1285
1286
  }
1286
1287