@danainnovations/cortex-mcp 1.0.130 → 1.0.131
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 +2 -1
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1544,7 +1544,8 @@ function getWizardHtml() {
|
|
|
1544
1544
|
content: function() {
|
|
1545
1545
|
return '<div style="border: 2px solid #00A3E1; border-radius: 14px; padding: 24px; background: rgba(0,163,225,0.04);">' +
|
|
1546
1546
|
'<p style="font-size:15px; font-weight:600; color:#fff; margin-bottom:8px;">Set Tool permissions to Always allow</p>' +
|
|
1547
|
-
'<p style="font-size:13px; color:#8f999f; line-height:1.6;">Back in <strong style="color:#fff;">Settings \\u2192 Connectors</strong>,
|
|
1547
|
+
'<p style="font-size:13px; color:#8f999f; line-height:1.6;">Back in <strong style="color:#fff;">Settings \\u2192 Connectors</strong>, find <strong style="color:#fff;">Cortex MCP Enterprise</strong> and click <strong style="color:#fff;">Configure</strong>.</p>' +
|
|
1548
|
+
'<p style="font-size:13px; color:#8f999f; line-height:1.6; margin-top:8px;">In the top-right corner under <strong style="color:#fff;">Tool permissions</strong>, click the dropdown (it may say \\u201CNeeds approval\\u201D or \\u201CCustom\\u201D) and select <strong style="color:#fff;">Always allow</strong>.</p>' +
|
|
1548
1549
|
'<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>' +
|
|
1549
1550
|
'</div>';
|
|
1550
1551
|
}
|