@developmentseed/mcp-view 0.1.5 → 0.1.7

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/dist/host.js +1 -1
  2. package/package.json +1 -1
package/dist/host.js CHANGED
@@ -19,7 +19,7 @@ let appPromise = null;
19
19
  let dataHandler = null;
20
20
  let appInfo = {
21
21
  name: "mcp-view",
22
- version: "0.1.5", // x-release-please-version
22
+ version: "0.1.7", // x-release-please-version
23
23
  };
24
24
  /**
25
25
  * Set the App identity reported to the host during `ui/initialize`. Optional —
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@developmentseed/mcp-view",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "View-side bridge for MCP Apps UI views: the ui/* postMessage protocol as two tiny functions (onData / sendMessage).",
5
5
  "license": "MIT",
6
6
  "type": "module",