@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/cli.js +151 -53
- package/dist/cli.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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"
|
|
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();
|