@mcp-b/global 1.0.9 → 1.0.10
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 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@ Add this to your HTML for instant integration:
|
|
|
32
32
|
<h1>Welcome</h1>
|
|
33
33
|
|
|
34
34
|
<!-- Load MCP-B via CDN -->
|
|
35
|
-
<script src="https://unpkg.com/@mcp-b/global@latest
|
|
35
|
+
<script src="https://unpkg.com/@mcp-b/global@latest"></script>
|
|
36
36
|
|
|
37
37
|
<!-- Your custom script -->
|
|
38
38
|
<script>
|
|
@@ -222,7 +222,7 @@ This complete HTML file creates a todo list with AI tools for adding, viewing, a
|
|
|
222
222
|
<div id="todos"></div>
|
|
223
223
|
|
|
224
224
|
<!-- MCP-B Script -->
|
|
225
|
-
<script src="https://unpkg.com/@mcp-b/global@latest
|
|
225
|
+
<script src="https://unpkg.com/@mcp-b/global@latest"></script>
|
|
226
226
|
<!-- Zod for Schemas -->
|
|
227
227
|
<script src="https://unpkg.com/zod@latest/lib/index.umd.js"></script>
|
|
228
228
|
|
|
@@ -346,7 +346,7 @@ Examples:
|
|
|
346
346
|
|
|
347
347
|
```html
|
|
348
348
|
<!-- UMD CDN -->
|
|
349
|
-
<script src="https://unpkg.com/@mcp-b/global@latest
|
|
349
|
+
<script src="https://unpkg.com/@mcp-b/global@latest"></script>
|
|
350
350
|
```
|
|
351
351
|
|
|
352
352
|
```javascript
|