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 +3 -1
- package/dist/smooth-operator.mjs +1 -2
- package/dist/smooth-operator.mjs.map +1 -1
- package/package.json +1 -1
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) · [](https://github.com/browser-use/browser-use)
|
|
58
|
+
Compared with [Browser Use MCP](https://github.com/browser-use/browser-use) · [](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
|
| --- | --- | ---: | ---: |
|
package/dist/smooth-operator.mjs
CHANGED
|
@@ -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.
|
|
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":
|