@mcp-use/cli 3.5.2-canary.12 → 3.5.2-canary.13

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.
@@ -1 +1 @@
1
- {"version":3,"file":"env.d.ts","sourceRoot":"","sources":["../../src/commands/env.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAoRpC,wBAAgB,gBAAgB,IAAI,OAAO,CAmE1C"}
1
+ {"version":3,"file":"env.d.ts","sourceRoot":"","sources":["../../src/commands/env.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAwRpC,wBAAgB,gBAAgB,IAAI,OAAO,CAmE1C"}
package/dist/index.cjs CHANGED
@@ -6841,7 +6841,7 @@ async function addEnvCommand(assignment, options) {
6841
6841
  async function updateEnvCommand(keyOrId, options) {
6842
6842
  try {
6843
6843
  await requireLogin();
6844
- if (!options.value && !options.env && options.sensitive === void 0) {
6844
+ if (options.value === void 0 && !options.env && options.sensitive === void 0) {
6845
6845
  console.error(
6846
6846
  source_default.red(
6847
6847
  "\u2717 Nothing to update. Provide at least one of --value, --env, --sensitive."