smooth-operator-mcp 2.3.1 → 2.4.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 +1 -1
- package/dist/smooth-operator.mjs +1046 -270
- package/dist/smooth-operator.mjs.map +2 -2
- package/docs/harnesses.md +1 -1
- package/docs/mcp-server.md +32 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ Or straight from GitHub:
|
|
|
27
27
|
npm install -g github:Gitshop77/Smooth-Operator && smooth-operator install opencode
|
|
28
28
|
~~~
|
|
29
29
|
|
|
30
|
-
Wizard asks 7 questions (browser
|
|
30
|
+
Wizard asks 7 questions (browser mode, executable, headless, allowed/blocked domains, JavaScript, and data directory). 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` and derives `browserUrl` for you.
|
|
31
31
|
|
|
32
32
|
Requires Node 22.23.2+ and Chrome. Profile at `~/.smooth-operator/browser` — sign in once.
|
|
33
33
|
|