@machfivetechchicago/machvive-webmcp-ai 5.7.2 → 5.7.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 +6 -0
- package/package.json +1 -4
package/README.md
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
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
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>
|
|
15
|
+
<a href="https://mach-five-group.github.io/webmcp-playground/"><img alt="live demo" src="https://img.shields.io/badge/demo-live-success.svg"></a>
|
|
15
16
|
</p>
|
|
16
17
|
|
|
17
18
|
WebMCP empowers agents by giving them access to your core business functionality within a safe, semantic sandbox.
|
|
@@ -34,6 +35,11 @@ elements with Shadow DOM that work anywhere `customElements` does.
|
|
|
34
35
|
scripted clicking, how the components compose, and the constraints worth knowing
|
|
35
36
|
before you adopt.
|
|
36
37
|
|
|
38
|
+
🎮 **[Try the live playground](https://mach-five-group.github.io/webmcp-playground/)** — a running WebMCP endpoint. Point
|
|
39
|
+
[Browser Use](https://github.com/browser-use/browser-use) or your own agent at it
|
|
40
|
+
and watch it discover and call the page's tools without touching the DOM. Source:
|
|
41
|
+
[webmcp-playground](https://github.com/Mach-Five-Group/webmcp-playground).
|
|
42
|
+
|
|
37
43
|
<img width="1098" height="894" alt="m5t_machvive_ai_webmcp" src="https://github.com/user-attachments/assets/a1433ff0-f8a9-46fb-ad59-735aed155ff8" />
|
|
38
44
|
|
|
39
45
|
## ⚡ Integration with Vite (Vanilla JS)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@machfivetechchicago/machvive-webmcp-ai",
|
|
3
|
-
"version": "5.7.
|
|
3
|
+
"version": "5.7.3",
|
|
4
4
|
"description": "I don't want to use your product's agent; I want my agent to be able to use your product.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"WebMCP",
|
|
@@ -66,8 +66,5 @@
|
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"fake-indexeddb": "^6.2.5",
|
|
68
68
|
"jsdom": "^29.1.1"
|
|
69
|
-
},
|
|
70
|
-
"dependencies": {
|
|
71
|
-
"@machfivetechchicago/machvive-webmcp-ai": "^5.7.1"
|
|
72
69
|
}
|
|
73
70
|
}
|