@danainnovations/cortex-mcp 1.0.98 → 1.0.99

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/index.js CHANGED
@@ -1598,7 +1598,7 @@ function configureClaudeAi(serverUrl, _apiKey, _mcps) {
1598
1598
  }
1599
1599
  function configureClaudeCowork(serverUrl, _apiKey, _mcps) {
1600
1600
  const url = `${serverUrl}/mcp/cortex`;
1601
- return 'Add Cortex to Claude CoWork:\n\n1. Open Claude Desktop \u2192 Settings \u2192 Connectors\n2. Click "Add connector" \u2192 "Custom connector"\n3. Paste this URL: ' + url + "\n4. Click Add \u2014 sign in via Okta when prompted\n5. Cortex tools are now available in CoWork sessions";
1601
+ return 'Add Cortex to Claude CoWork:\n\n1. Open Claude Desktop \u2192 Settings \u2192 Connectors\n2. Click "Add custom connector"\n3. Name: Cortex CoWork\n4. Remote MCP server URL: ' + url + "\n5. Click Add \u2014 sign in via Okta when prompted\n6. Cortex tools are now available in CoWork sessions";
1602
1602
  }
1603
1603
  function generateStdioSnippet(_apiKey) {
1604
1604
  const isWindowsTarget = getPlatform() === "windows" || isWSL();