@mcp-use/cli 3.5.2-canary.11 → 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.
package/dist/index.js CHANGED
@@ -6826,7 +6826,7 @@ async function addEnvCommand(assignment, options) {
6826
6826
  async function updateEnvCommand(keyOrId, options) {
6827
6827
  try {
6828
6828
  await requireLogin();
6829
- if (!options.value && !options.env && options.sensitive === void 0) {
6829
+ if (options.value === void 0 && !options.env && options.sensitive === void 0) {
6830
6830
  console.error(
6831
6831
  source_default.red(
6832
6832
  "\u2717 Nothing to update. Provide at least one of --value, --env, --sensitive."