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 +3 -10
- package/dist/smooth-operator.mjs +1 -1
- package/package.json +1 -1
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
|
|
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
|
|
25
|
+
Or straight from GitHub:
|
|
31
26
|
~~~sh
|
|
32
|
-
|
|
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.
|
package/dist/smooth-operator.mjs
CHANGED