openchrome-mcp 1.12.3 → 1.12.4
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 +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -224,7 +224,7 @@ Transport stability policy: [`docs/transport-lifecycle.md`](docs/transport-lifec
|
|
|
224
224
|
| CLI & playbook | [`docs/cli.md`](docs/cli.md) · [`docs/cli/playbook.md`](docs/cli/playbook.md) |
|
|
225
225
|
| HTTP daemon mode | [`docs/getting-started/http-daemon.md`](docs/getting-started/http-daemon.md) |
|
|
226
226
|
| Research recipes | [`docs/recipes/README.md`](docs/recipes/README.md) |
|
|
227
|
-
| Latest release notes | [`docs/releases/v1.12.
|
|
227
|
+
| Latest release notes | [`docs/releases/v1.12.4.md`](docs/releases/v1.12.4.md) |
|
|
228
228
|
|
|
229
229
|
---
|
|
230
230
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openchrome-mcp",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.4",
|
|
4
4
|
"description": "Open-source browser automation MCP server. Control your real Chrome from any AI agent.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -64,7 +64,8 @@
|
|
|
64
64
|
"bench:agent-success:mock": "ts-node tests/benchmark/episode-harness/cli.ts --adapter mock",
|
|
65
65
|
"bench:readiness": "ts-node tests/benchmark/benchmark-readiness.ts",
|
|
66
66
|
"bench:competitor-smoke": "ts-node tests/benchmark/run-competitor-smoke.ts",
|
|
67
|
-
"bench:runtime-preflight": "ts-node tests/benchmark/runtime-preflight.ts"
|
|
67
|
+
"bench:runtime-preflight": "ts-node tests/benchmark/runtime-preflight.ts",
|
|
68
|
+
"bench:api-key-readiness": "ts-node tests/benchmark/benchmark-readiness.ts --api-key-only"
|
|
68
69
|
},
|
|
69
70
|
"keywords": [
|
|
70
71
|
"openchrome",
|