@guuey/mcp-apps-host 0.25.0 → 0.26.0

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 +5 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -56,3 +56,8 @@ package is guuey's OSS host-side support for the same spec.
56
56
 
57
57
  Conformance status and roadmap: `docs/development/mcp-apps-host-conformance.md`
58
58
  in the guuey monorepo (guuey#123).
59
+
60
+ ## Support
61
+
62
+ Questions and help: the guuey community on Discord — https://guuey.com/discord.
63
+ Bugs and feature requests: https://github.com/withguuey/guuey-sdks/issues.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guuey/mcp-apps-host",
3
- "version": "0.25.0",
3
+ "version": "0.26.0",
4
4
  "description": "The MCP Apps (SEP-1865) Host role for guuey's chat surfaces — view-mount narrowing across UI channels, ui:// locator rehydration by resources/read, and the sandbox-trust channel contract. Vendor-neutral: any spec-following MCP App mounts through it.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -33,7 +33,7 @@
33
33
  }
34
34
  },
35
35
  "dependencies": {
36
- "@ggui-ai/protocol": "0.18.0",
36
+ "@ggui-ai/protocol": "0.19.0",
37
37
  "@modelcontextprotocol/ext-apps": "^1.7.5",
38
38
  "@silverprotocol/core": "0.6.2"
39
39
  },