@guuey/mcp-apps-host 0.6.0 → 0.7.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.
package/src/narrowing.ts CHANGED
@@ -13,6 +13,7 @@ export {
13
13
  resourceHtml,
14
14
  scanProviderRawForUiResource,
15
15
  snapshotUiResource,
16
+ toolResultLocator,
16
17
  toolResultUiResource,
17
18
  uiLocator,
18
19
  type McpUiResourcePayload,
@@ -27,8 +27,9 @@
27
27
  * Types and method names come from `@modelcontextprotocol/ext-apps` — the
28
28
  * SEP-1865 surface itself, someone else's frozen contract. Zero ggui
29
29
  * imports, deliberately (guuey#123): this host answers ANY spec-following
30
- * view; everything ggui-specific stays in `ggui-render.ts` behind ggui's
31
- * own published protocol package.
30
+ * view. (The ggui vendor arm that used to live beside it in
31
+ * `ggui-render.ts` retired 2026-08-16 — guuey#209; that module is now
32
+ * deprecated re-exports only.)
32
33
  */
33
34
  import {
34
35
  INITIALIZE_METHOD,