@danainnovations/cortex-mcp 1.0.128 → 1.0.129
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 +6 -0
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1715,6 +1715,12 @@ function getWizardHtml() {
|
|
|
1715
1715
|
});
|
|
1716
1716
|
html += '</div>';
|
|
1717
1717
|
|
|
1718
|
+
// Dashboard callout
|
|
1719
|
+
html += '<div style="margin-top: 24px; text-align: center; padding: 20px; border-radius: 12px; background: rgba(0,163,225,0.06); border: 1px solid rgba(0,163,225,0.2);">' +
|
|
1720
|
+
'<p style="font-size: 18px; font-weight: 600; color: #fff; margin-bottom: 6px;">Go back to <a href="https://cortex.sonance.com" target="_blank" style="color: #00A3E1; text-decoration: none;">cortex.sonance.com</a></p>' +
|
|
1721
|
+
'<p style="font-size: 13px; color: #8f999f;">For further instructions, managing connections, and accessing your dashboard</p>' +
|
|
1722
|
+
'</div>';
|
|
1723
|
+
|
|
1718
1724
|
el.innerHTML = html;
|
|
1719
1725
|
|
|
1720
1726
|
// Start 10-second countdown on the Close button
|