@machfivetechchicago/machvive-webmcp-ai 5.7.0 → 5.7.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 +10 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
<a href="LICENSE"><img alt="license" src="https://img.shields.io/npm/l/@machfivetechchicago/machvive-webmcp-ai.svg"></a>
|
|
12
12
|
<img alt="types" src="https://img.shields.io/badge/types-included-blue.svg">
|
|
13
13
|
<img alt="dependencies" src="https://img.shields.io/badge/dependencies-0-brightgreen.svg">
|
|
14
|
+
<a href="https://github.com/Mach-Five-Group/machvive-webmcp-ai/wiki/Machvive-WebMCP-Polyfill-Web-Component-Lib"><img alt="docs" src="https://img.shields.io/badge/docs-wiki-blue.svg"></a>
|
|
14
15
|
</p>
|
|
15
16
|
|
|
16
17
|
WebMCP empowers agents by giving them access to your core business functionality within a safe, semantic sandbox.
|
|
@@ -29,6 +30,10 @@ elements with Shadow DOM that work anywhere `customElements` does.
|
|
|
29
30
|
| WebMCP analytics | `<machvive-webmcp-analytics>` | Captures every tool call for listing, editing, export, replay, and dataLayer |
|
|
30
31
|
| Lorum Ipsum | `<machvive-lorum-ipsum>` | Placeholder copy that projects slotted content |
|
|
31
32
|
|
|
33
|
+
📖 **[Read the full guide on the Wiki](https://github.com/Mach-Five-Group/machvive-webmcp-ai/wiki/Machvive-WebMCP-Polyfill-Web-Component-Lib)** — what WebMCP is and why it beats
|
|
34
|
+
scripted clicking, how the components compose, and the constraints worth knowing
|
|
35
|
+
before you adopt.
|
|
36
|
+
|
|
32
37
|
<img width="1098" height="894" alt="m5t_machvive_ai_webmcp" src="https://github.com/user-attachments/assets/a1433ff0-f8a9-46fb-ad59-735aed155ff8" />
|
|
33
38
|
|
|
34
39
|
## ⚡ Integration with Vite (Vanilla JS)
|
|
@@ -313,6 +318,11 @@ A static top-level `import` will not work in any of these: the module is evaluat
|
|
|
313
318
|
during the server render, before any browser-only lifecycle hook gets a chance to run.
|
|
314
319
|
Use the dynamic `import()` form shown above.
|
|
315
320
|
|
|
321
|
+
## Documentation
|
|
322
|
+
|
|
323
|
+
Full guide, architecture notes, and adoption constraints live on the
|
|
324
|
+
**[project Wiki](https://github.com/Mach-Five-Group/machvive-webmcp-ai/wiki/Machvive-WebMCP-Polyfill-Web-Component-Lib)**.
|
|
325
|
+
|
|
316
326
|
## License
|
|
317
327
|
|
|
318
328
|
[Apache-2.0](LICENSE) © MachFiveTech Chicago
|