smooth-operator-mcp 2.4.9 → 2.4.10

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/README.md CHANGED
@@ -55,7 +55,9 @@ Talk to your harness normally. It can call `browser_navigate` → `browser_snaps
55
55
 
56
56
  ## Benchmarks
57
57
 
58
- Compared with [Browser Use MCP](https://github.com/browser-use/browser-use) · [![Browser Use GitHub stars](https://img.shields.io/github/stars/browser-use/browser-use?style=social)](https://github.com/browser-use/browser-use)
58
+ Compared with [Browser Use MCP](https://github.com/browser-use/browser-use) · [![Browser Use GitHub stars](https://img.shields.io/github/stars/browser-use/browser-use?style=social)](https://github.com/browser-use/browser-use)
59
+
60
+ (Date Of Testing -Wednesday 26 August 2026-)
59
61
 
60
62
  | Benchmark | Metric | SmoothOperator | Browser Use MCP |
61
63
  | --- | --- | ---: | ---: |
@@ -288,7 +288,7 @@ var SERVER_VERSION;
288
288
  var init_version = __esm({
289
289
  "src/server/version.ts"() {
290
290
  "use strict";
291
- SERVER_VERSION = "2.4.9";
291
+ SERVER_VERSION = "2.4.10";
292
292
  }
293
293
  });
294
294
 
@@ -3041,7 +3041,6 @@ function actionAnnotations(action) {
3041
3041
  case "list_downloads":
3042
3042
  case "dropdown_options":
3043
3043
  case "page_next":
3044
- case "find_text":
3045
3044
  case "search_page":
3046
3045
  case "find_elements":
3047
3046
  case "list_interactive":