@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 +3 -2
- package/dist/chunk-IDFFE3P7.js +981 -0
- package/dist/chunk-IDFFE3P7.js.map +1 -0
- package/dist/http.js +26 -3
- package/dist/http.js.map +1 -1
- package/dist/index.js +11 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-YQ5AW3YY.js +0 -798
- package/dist/chunk-YQ5AW3YY.js.map +0 -1
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
|
-
* **`
|
|
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
|
|
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
|
|