@curless/agentbank-merchant-mcp 0.0.32 → 0.0.33

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -170,7 +170,7 @@ const summaryMarkdown = (merchantId, s) => {
170
170
  // MCP Apps card (a ui:// resource). Tools link to it via _meta.ui.resourceUri;
171
171
  // a UI-capable host (Claude Desktop) renders it as a widget, others fall back to
172
172
  // the text content. Same card the remote /mcp kit uses (built in apps/api/mcp-ui).
173
- const CARD_URI = 'ui://agentbank-merchant/card-v22.html';
173
+ const CARD_URI = 'ui://agentbank-merchant/card-v26.html';
174
174
  const CARD_MIME = 'text/html;profile=mcp-app';
175
175
  const UI_META = { ui: { resourceUri: CARD_URI }, 'ui/resourceUri': CARD_URI };
176
176
  // MCP tool annotations (host hints). Every tool acts only on the merchant's OWN
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curless/agentbank-merchant-mcp",
3
- "version": "0.0.32",
3
+ "version": "0.0.33",
4
4
  "description": "Merchant-side MCP server for agentbank — read your orders + live Curless wallet balance from Claude, authenticated by your Curless API key via env (no OAuth).",
5
5
  "license": "MIT",
6
6
  "type": "module",