@shiplightai/mcp 0.1.40 → 0.1.42

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.
Files changed (3) hide show
  1. package/README.md +1 -8
  2. package/dist/index.js +424 -424
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -61,13 +61,6 @@ The server resolves environment variables in this order:
61
61
 
62
62
  Existing environment variables are never overridden by `.env`, so project-local `.env` values act as a fallback.
63
63
 
64
- ## CLI Options
65
-
66
- | Option | Description |
67
- |--------|-------------|
68
- | `--cloud` | Cloud-only mode — exposes only sync tools (`save_test_case`, `save_template`, `save_function`). Requires `SHIPLIGHT_API_TOKEN`. |
69
- | `--full` | Full mode — browser tools + cloud features. Requires `SHIPLIGHT_API_TOKEN` for cloud tools. |
70
-
71
64
  ## What It Does
72
65
 
73
66
  Once connected, your AI coding agent can:
@@ -75,7 +68,7 @@ Once connected, your AI coding agent can:
75
68
  - **Verify its own UI changes** — Open pages, interact with elements, and assert visual conditions using AI ("Verify the success message is displayed")
76
69
  - **Debug UI issues** — Inspect console errors and network failures directly from the browser session
77
70
  - **Generate regression tests** — Every action is captured as a human-readable step, so sessions can be exported as `.test.yaml` files for fast, deterministic replay
78
- - **Sync to the cloud** — Manage test cases on Shiplight's cloud platform for team-wide regression coverage (requires `--full` or `--cloud`, plus `SHIPLIGHT_API_TOKEN`)
71
+ - **Sync to the cloud** — Manage test cases on Shiplight's cloud platform for team-wide regression coverage (automatically enabled when `SHIPLIGHT_API_TOKEN` is set)
79
72
  - **Attach to existing Chrome tabs** — Control your existing Chrome tabs via the Shiplight AI extension without recreating login state or complex setups
80
73
 
81
74
  ## Links