@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.js
CHANGED
|
@@ -1685,7 +1685,7 @@ async function loginCommand(options) {
|
|
|
1685
1685
|
}
|
|
1686
1686
|
await deleteConfig();
|
|
1687
1687
|
}
|
|
1688
|
-
console.log(source_default.cyan.bold("Logging in to
|
|
1688
|
+
console.log(source_default.cyan.bold("Logging in to Manufact cloud...\n"));
|
|
1689
1689
|
const authBaseUrl = await getAuthBaseUrl();
|
|
1690
1690
|
const deviceResp = await requestDeviceCode(authBaseUrl);
|
|
1691
1691
|
const {
|
|
@@ -9226,7 +9226,7 @@ Looked for:
|
|
|
9226
9226
|
process.exit(1);
|
|
9227
9227
|
}
|
|
9228
9228
|
});
|
|
9229
|
-
program.command("login").description("Login to
|
|
9229
|
+
program.command("login").description("Login to Manufact cloud").option(
|
|
9230
9230
|
"--api-key <key>",
|
|
9231
9231
|
"Login with an API key directly (non-interactive, for CI/CD)"
|
|
9232
9232
|
).option("--org <slug|id|name>", "Select an organization non-interactively").action(async (opts) => {
|