@danainnovations/cortex-mcp 1.0.84 → 1.0.85
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 +55 -32
- package/dist/cli.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +6 -2
package/dist/index.js
CHANGED
|
@@ -193,7 +193,7 @@ var CortexHttpClient = class {
|
|
|
193
193
|
humanReadableError(status, body) {
|
|
194
194
|
switch (status) {
|
|
195
195
|
case 401:
|
|
196
|
-
return "Invalid API key.
|
|
196
|
+
return "Invalid API key. Run 'npx @danainnovations/cortex-mcp login' to get a new key.";
|
|
197
197
|
case 403:
|
|
198
198
|
return "API key lacks MCP permissions. Create a new key with MCP access.";
|
|
199
199
|
case 404:
|