smooth-operator-mcp 2.4.0 → 2.4.1

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.0");
1213
+ ui.banner("SmoothOperator Setup", `Give ${harness} a real Chrome it can drive`, opts.version ?? "2.4.1");
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.0";
2445
+ var SERVER_VERSION = "2.4.1";
2446
2446
 
2447
2447
  // src/server/mcp.ts
2448
2448
  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.0",
3
+ "version": "2.4.1",
4
4
  "type": "module",
5
5
  "packageManager": "npm@10.9.8",
6
6
  "description": "A lightweight, production-grade MCP server for secure browser automation.",