smooth-operator-mcp 2.1.0 → 2.1.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.
package/README.md CHANGED
@@ -6,12 +6,7 @@ Give your AI a real Chrome. SmoothOperator is a tiny MCP server — your harness
6
6
 
7
7
  Pick your harness. Run one line. Restart harness.
8
8
 
9
- **From a clone (works today, no publish step):**
10
- ~~~sh
11
- npm install -g github:Gitshop77/Smooth-Operator && smooth-operator install opencode
12
- ~~~
13
-
14
- **From npm** (`smooth-operator-mcp`, once published):
9
+ **From npm** (`smooth-operator-mcp`):
15
10
  ~~~sh
16
11
  npm install -g smooth-operator-mcp && smooth-operator install opencode
17
12
  npm install -g smooth-operator-mcp && smooth-operator install claude-code
@@ -27,11 +22,9 @@ npm install -g smooth-operator-mcp && smooth-operator install claude-desktop
27
22
  > Note: the plain-npm name `smooth-operator` is an unrelated library on the registry.
28
23
  > Do NOT use `npm install -g smooth-operator`.
29
24
 
30
- Or from a manual clone:
25
+ Or straight from GitHub:
31
26
  ~~~sh
32
- git clone https://github.com/Gitshop77/Smooth-Operator.git
33
- cd Smooth-Operator
34
- npm install -g . && smooth-operator install opencode
27
+ npm install -g github:Gitshop77/Smooth-Operator && smooth-operator install opencode
35
28
  ~~~
36
29
 
37
30
  Wizard asks 6 questions (managed vs personal Chrome, headless, domains, JS). Run `smooth-operator install` with no harness to pick one interactively (TTY only; piped/CI runs print usage and exit). `--yes` skips every prompt, so give it a target: `smooth-operator install opencode --yes`. Personal Chrome → wizard launches Chrome on `9222` for you.
@@ -1972,7 +1972,7 @@ init_errors();
1972
1972
  init_logger();
1973
1973
 
1974
1974
  // src/server/version.ts
1975
- var SERVER_VERSION = "2.1.0";
1975
+ var SERVER_VERSION = "2.1.1";
1976
1976
 
1977
1977
  // src/server/mcp.ts
1978
1978
  var EmptyInputSchema = z3.object({}).strict();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smooth-operator-mcp",
3
- "version": "2.1.0",
3
+ "version": "2.1.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.",