@danainnovations/cortex-mcp 1.0.101 → 1.0.102
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 +3 -0
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -4539,5 +4539,8 @@ program.command("connect-mobile").description("Connect Cortex to Claude on mobil
|
|
|
4539
4539
|
console.log("Once connected, tools will be available on web, desktop, and mobile.\n");
|
|
4540
4540
|
await openBrowser2(url);
|
|
4541
4541
|
});
|
|
4542
|
+
if (process.argv.length <= 2) {
|
|
4543
|
+
process.argv.push("setup");
|
|
4544
|
+
}
|
|
4542
4545
|
program.parse();
|
|
4543
4546
|
//# sourceMappingURL=cli.js.map
|