@danainnovations/cortex-mcp 1.0.119 → 1.0.120

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
@@ -1511,43 +1511,26 @@ function getWizardHtml() {
1511
1511
  var claudeAiIcon = CLIENT_ICONS['claude-ai'] || '';
1512
1512
 
1513
1513
  el.innerHTML =
1514
- '<h2 style="margin-bottom:4px;">Connect Cortex to Claude</h2>' +
1515
- '<p class="subtitle" style="margin-bottom:20px;">Complete these steps to use Cortex tools in Claude</p>' +
1514
+ '<h2 style="margin-bottom:4px;">Connect Cortex Enterprise</h2>' +
1515
+ '<p class="subtitle" style="margin-bottom:20px;">This step is only for <strong style="color:#fff;">Organization / Enterprise</strong> Claude accounts</p>' +
1516
1516
 
1517
- // \u2500\u2500 CoWork card (prominent) \u2500\u2500
1518
- '<div style="border: 2px solid #00A3E1; border-radius: 14px; padding: 20px; margin-bottom: 16px; background: rgba(0,163,225,0.04);">' +
1517
+ '<div style="border: 2px solid #00A3E1; border-radius: 14px; padding: 20px; background: rgba(0,163,225,0.04);">' +
1519
1518
  '<div style="display:flex; align-items:center; gap:10px; margin-bottom:14px;">' +
1520
1519
  (coworkIcon ? '<div class="client-icon" style="width:28px;height:28px;">' + coworkIcon + '</div>' : '') +
1521
- '<span style="font-size:16px; font-weight:600; color:#fff;">Claude CoWork</span>' +
1522
- '<span style="font-size:10px; font-weight:600; text-transform:uppercase; letter-spacing:0.5px; color:#fff; background:#00A3E1; padding:3px 10px; border-radius:4px; margin-left:auto;">Required</span>' +
1520
+ '<span style="font-size:16px; font-weight:600; color:#fff;">Cortex MCP Enterprise</span>' +
1521
+ '<span style="font-size:10px; font-weight:600; text-transform:uppercase; letter-spacing:0.5px; color:#fff; background:#00A3E1; padding:3px 10px; border-radius:4px; margin-left:auto;">Enterprise only</span>' +
1523
1522
  '</div>' +
1524
- '<p style="font-size:13px; color:#FFB74D; margin-bottom:12px; font-weight:500;">Enterprise accounts must complete this step to use Cortex in CoWork</p>' +
1523
+ '<p style="font-size:13px; color:#FFB74D; margin-bottom:12px; font-weight:500;">If you are on a company Claude Enterprise or Organization plan, you must complete this step. The local \\u201Ccortex\\u201D config from the previous step only works for personal accounts.</p>' +
1525
1524
  '<ol class="manual-client-steps" style="font-size:14px; line-height:2;">' +
1526
1525
  '<li>Open <strong>Claude Desktop</strong> \\u2192 <strong>Settings</strong> \\u2192 <strong>Connectors</strong></li>' +
1527
1526
  '<li>Find <strong>Cortex MCP Enterprise</strong> at the bottom and click <strong>Connect</strong></li>' +
1528
1527
  '<li>Sign in with your company account, click <strong>Open Claude</strong>, then close the browser tab</li>' +
1529
1528
  '<li>Back in Connectors, click on <strong>Cortex</strong> \\u2192 set Tool permissions to <strong>Always allow</strong></li>' +
1530
1529
  '</ol>' +
1530
+ '<p style="font-size:12px; color:#8f999f; margin-top:12px;">This one connection enables Cortex in CoWork, claude.ai (web), and the Claude mobile app.</p>' +
1531
1531
  '</div>' +
1532
1532
 
1533
- // \u2500\u2500 Claude.ai card (side) \u2500\u2500
1534
- '<div class="manual-client-card">' +
1535
- '<div class="manual-client-header">' +
1536
- (claudeAiIcon ? '<div class="client-icon">' + claudeAiIcon + '</div>' : '') +
1537
- '<span class="client-name">Claude.ai & Mobile</span>' +
1538
- '<span class="manual-client-badge">Optional</span>' +
1539
- '</div>' +
1540
- '<p style="font-size:12px;color:#8f999f;margin-bottom:10px;">Works on claude.ai (web), Claude Desktop, and the Claude mobile app</p>' +
1541
- '<ol class="manual-client-steps">' +
1542
- '<li>Open <a href="https://claude.ai/settings/integrations" target="_blank">claude.ai/settings/integrations</a></li>' +
1543
- '<li>Click <strong>Add custom integration</strong></li>' +
1544
- '<li>Paste the URL below and click <strong>Add</strong></li>' +
1545
- '</ol>' +
1546
- '<div class="manual-url-box">' +
1547
- '<code>' + escapeHtml(mcpUrl) + '</code>' +
1548
- '<button class="copy-btn" onclick="copySnippet(this)">Copy</button>' +
1549
- '</div>' +
1550
- '</div>';
1533
+ '<p style="font-size:12px; color:#6b7780; margin-top:16px; text-align:center;">Not on an Enterprise account? Click \\u201CContinue\\u201D \\u2014 the local setup from the previous step is all you need.</p>';
1551
1534
  }
1552
1535
 
1553
1536
  function completeManualSetup() {