@danainnovations/cortex-mcp 1.0.132 → 1.0.133
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 +1 -1
- 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/cli.js
CHANGED
|
@@ -2018,7 +2018,7 @@ function configureClaudeDesktop(_serverUrl, apiKey, _mcps) {
|
|
|
2018
2018
|
execSync(whichCmd, { stdio: "pipe" });
|
|
2019
2019
|
} catch {
|
|
2020
2020
|
throw new Error(
|
|
2021
|
-
"Node.js is required but 'npx' was not found in your system PATH
|
|
2021
|
+
"Node.js is required but 'npx' was not found in your system PATH.\nTo install: go to https://nodejs.org \u2192 click 'Download Node.js (LTS)' \u2192 run the installer.\nThen re-run Cortex setup."
|
|
2022
2022
|
);
|
|
2023
2023
|
}
|
|
2024
2024
|
const cortexEntry = isWindowsTarget ? {
|