smooth-operator-mcp 2.4.1 → 2.4.2

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.
@@ -1210,7 +1210,7 @@ async function runWizard(harness, opts) {
1210
1210
  });
1211
1211
  const session = tolerantQuestion(rl);
1212
1212
  try {
1213
- ui.banner("SmoothOperator Setup", `Give ${harness} a real Chrome it can drive`, opts.version ?? "2.4.1");
1213
+ ui.banner("SmoothOperator Setup", `Give ${harness} a real Chrome it can drive`, opts.version ?? "2.4.2");
1214
1214
  ui.note(`Configuring: ${harness}`);
1215
1215
  ui.note("Answer each question, or press Enter to accept the recommended default.");
1216
1216
  ui.note(`You can re-run \`smooth-operator install ${harness}\` at any time to change these.`);
@@ -2442,7 +2442,7 @@ init_errors();
2442
2442
  init_logger();
2443
2443
 
2444
2444
  // src/server/version.ts
2445
- var SERVER_VERSION = "2.4.1";
2445
+ var SERVER_VERSION = "2.4.2";
2446
2446
 
2447
2447
  // src/server/mcp.ts
2448
2448
  var EmptyInputSchema = z3.object({}).strict();
@@ -6031,6 +6031,7 @@ var BrowserService = class {
6031
6031
  throw new AppError("BROWSER_GUARD_FAILED", "The browser navigation policy could not be installed.", { retryable: true, cause: error });
6032
6032
  }
6033
6033
  }
6034
+ await this.releaseTargetGuardForPage(state.page);
6034
6035
  }
6035
6036
  async handleRequest(state, request) {
6036
6037
  let requestUrl = "";