@wevi/mcp 0.2.2 → 0.2.3

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
@@ -19,10 +19,11 @@ Helpers:
19
19
  * **`wevi_get_capabilities`** — what Wevi can and cannot make, what to ask the user first, limits and costs. Also sent as server instructions on connect.
20
20
  * **`wevi_get_credits`** — credit balance, per-action costs, packs and the top-up link. Live keys spend credits: 1 per scene render, 1/2/4 per 720p/1080p/4K export, 1 per storyboard draft or capture.
21
21
  * **`wevi_generate_storyboard`** — draft scene titles, on-screen text and voiceover from a brief.
22
- * **`wevi_capture_web_ui`** — capture a high-resolution screenshot of a live URL.
22
+ * **`wevi_capture_scene`** — capture a live product page into a scene whose template needs real UI (auto-selects components; steer with keywords or CSS selectors). **`wevi_select_capture`** re-picks from the candidates.
23
+ * **`wevi_capture_web_ui`** — standalone screenshot of a URL for plain image slots.
23
24
  * **`wevi_get_project`** — inspect a project's scenes and status.
24
25
 
25
- > Templates with `requiresUiCapture: true` need an interactive screen capture in the Wevi web app and are rejected by `wevi_create_project` for now.
26
+ > Templates with `requiresUiCapture: true` need a page capture: create the project, then call `wevi_capture_scene` for each scene listed under `scenesNeedingCapture`, then render.
26
27
 
27
28
  ---
28
29