@guuey/mcp-apps-host 0.16.6 → 0.16.8

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.
@@ -15,6 +15,10 @@
15
15
  *
16
16
  * A staged answer is deliberately NOT `isError` (guuey#215): queueing is
17
17
  * an acceptance, and the error flag fed apps' legacy failure overlays.
18
+ *
19
+ * guuey#404 (the canvas wire ruling): the honest-projection refusal on a
20
+ * REFERENCE-shaped dispatch (`{actionId, intent}` — a correlation hash,
21
+ * params server-side in the consume pipe) is CORRECT behavior, not a gap.
18
22
  */
19
23
  import { type McpToolCallResult } from "./action.js";
20
24
  import type { UiActionRequest } from "./action.js";
@@ -1 +1 @@
1
- {"version":3,"file":"action-staging.d.ts","sourceRoot":"","sources":["../src/action-staging.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AACH,OAAO,EAA4B,KAAK,iBAAiB,EAAiC,MAAM,aAAa,CAAC;AAC9G,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnD,8EAA8E;AAC9E,eAAO,MAAM,iBAAiB,0CAAqC,CAAC;AAEpE;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC5B,mEAAmE;IACnE,UAAU,EAAE,MAAM,OAAO,CAAC;IAC1B,qFAAqF;IACrF,KAAK,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CAC/B;AAED;;;;GAIG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAEvD;AAiCD;;;;;;;;;;;;GAYG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,IAAI,CAY3E;AAED;;;;;;;;GAQG;AACH,wBAAgB,iBAAiB,CAC/B,KAAK,EAAE,CAAC,OAAO,EAAE,eAAe,KAAK,OAAO,CAAC,iBAAiB,CAAC,EAC/D,OAAO,EAAE,aAAa,GAAG,SAAS,GACjC,CAAC,OAAO,EAAE,eAAe,KAAK,OAAO,CAAC,iBAAiB,CAAC,CAY1D"}
1
+ {"version":3,"file":"action-staging.d.ts","sourceRoot":"","sources":["../src/action-staging.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,OAAO,EAA4B,KAAK,iBAAiB,EAAiC,MAAM,aAAa,CAAC;AAC9G,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnD,8EAA8E;AAC9E,eAAO,MAAM,iBAAiB,0CAAqC,CAAC;AAEpE;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC5B,mEAAmE;IACnE,UAAU,EAAE,MAAM,OAAO,CAAC;IAC1B,qFAAqF;IACrF,KAAK,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CAC/B;AAED;;;;GAIG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAEvD;AAiCD;;;;;;;;;;;;GAYG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,IAAI,CAY3E;AAED;;;;;;;;GAQG;AACH,wBAAgB,iBAAiB,CAC/B,KAAK,EAAE,CAAC,OAAO,EAAE,eAAe,KAAK,OAAO,CAAC,iBAAiB,CAAC,EAC/D,OAAO,EAAE,aAAa,GAAG,SAAS,GACjC,CAAC,OAAO,EAAE,eAAe,KAAK,OAAO,CAAC,iBAAiB,CAAC,CAY1D"}
@@ -15,6 +15,10 @@
15
15
  *
16
16
  * A staged answer is deliberately NOT `isError` (guuey#215): queueing is
17
17
  * an acceptance, and the error flag fed apps' legacy failure overlays.
18
+ *
19
+ * guuey#404 (the canvas wire ruling): the honest-projection refusal on a
20
+ * REFERENCE-shaped dispatch (`{actionId, intent}` — a correlation hash,
21
+ * params server-side in the consume pipe) is CORRECT behavior, not a gap.
18
22
  */
19
23
  import { UI_SEMANTIC_ACTION_TOOLS } from "./action.js";
20
24
  /** The staged-acceptance notice a view receives instead of a relay answer. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guuey/mcp-apps-host",
3
- "version": "0.16.6",
3
+ "version": "0.16.8",
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",
@@ -35,7 +35,7 @@
35
35
  "dependencies": {
36
36
  "@ggui-ai/protocol": "0.12.0",
37
37
  "@modelcontextprotocol/ext-apps": "^1.7.5",
38
- "@silverprotocol/core": "0.5.2"
38
+ "@silverprotocol/core": "0.5.3"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "react": ">=18"
@@ -15,6 +15,10 @@
15
15
  *
16
16
  * A staged answer is deliberately NOT `isError` (guuey#215): queueing is
17
17
  * an acceptance, and the error flag fed apps' legacy failure overlays.
18
+ *
19
+ * guuey#404 (the canvas wire ruling): the honest-projection refusal on a
20
+ * REFERENCE-shaped dispatch (`{actionId, intent}` — a correlation hash,
21
+ * params server-side in the consume pipe) is CORRECT behavior, not a gap.
18
22
  */
19
23
  import { UI_SEMANTIC_ACTION_TOOLS, type McpToolCallResult, type McpToolStructuredContent } from "./action.js";
20
24
  import type { UiActionRequest } from "./action.js";