smooth-operator-mcp 2.4.5 → 2.4.6

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.
@@ -1211,7 +1211,7 @@ async function runWizard(harness, opts) {
1211
1211
  });
1212
1212
  const session = tolerantQuestion(rl);
1213
1213
  try {
1214
- ui.banner("SmoothOperator Setup", `Give ${harness} a real Chrome it can drive`, opts.version ?? "2.4.5");
1214
+ ui.banner("SmoothOperator Setup", `Give ${harness} a real Chrome it can drive`, opts.version ?? "2.4.6");
1215
1215
  ui.note(`Configuring: ${harness}`);
1216
1216
  ui.note("Answer each question, or press Enter to accept the recommended default.");
1217
1217
  ui.note(`You can re-run \`smooth-operator install ${harness}\` at any time to change these.`);
@@ -2445,7 +2445,7 @@ init_errors();
2445
2445
  init_logger();
2446
2446
 
2447
2447
  // src/server/version.ts
2448
- var SERVER_VERSION = "2.4.5";
2448
+ var SERVER_VERSION = "2.4.6";
2449
2449
 
2450
2450
  // src/server/mcp.ts
2451
2451
  var EmptyInputSchema = z3.object({}).strict();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smooth-operator-mcp",
3
- "version": "2.4.5",
3
+ "version": "2.4.6",
4
4
  "type": "module",
5
5
  "packageManager": "npm@12.0.2",
6
6
  "description": "A lightweight, production-grade MCP server for secure browser automation.",