@mcp-use/cli 3.2.0-canary.14 → 3.2.0-canary.15
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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -1705,7 +1705,7 @@ async function loginCommand(options) {
|
|
|
1705
1705
|
}
|
|
1706
1706
|
await deleteConfig();
|
|
1707
1707
|
}
|
|
1708
|
-
console.log(source_default.cyan.bold("Logging in to
|
|
1708
|
+
console.log(source_default.cyan.bold("Logging in to Manufact cloud...\n"));
|
|
1709
1709
|
const authBaseUrl = await getAuthBaseUrl();
|
|
1710
1710
|
const deviceResp = await requestDeviceCode(authBaseUrl);
|
|
1711
1711
|
const {
|
|
@@ -9241,7 +9241,7 @@ Looked for:
|
|
|
9241
9241
|
process.exit(1);
|
|
9242
9242
|
}
|
|
9243
9243
|
});
|
|
9244
|
-
program.command("login").description("Login to
|
|
9244
|
+
program.command("login").description("Login to Manufact cloud").option(
|
|
9245
9245
|
"--api-key <key>",
|
|
9246
9246
|
"Login with an API key directly (non-interactive, for CI/CD)"
|
|
9247
9247
|
).option("--org <slug|id|name>", "Select an organization non-interactively").action(async (opts) => {
|