@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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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/dist/index.js"></script>
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/dist/index.js"></script>
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/dist/index.js"></script>
349
+ <script src="https://unpkg.com/@mcp-b/global@latest"></script>
350
350
  ```
351
351
 
352
352
  ```javascript
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcp-b/global",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Global bundle for MCP-B with window.mcp API for script tag usage",
5
5
  "license": "MIT",
6
6
  "author": "Alex Nahas",