@curless/agentbank-merchant-mcp 0.0.12 → 0.0.13

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.
@@ -1 +1 @@
1
- {"version":3,"file":"card.generated.js","sourceRoot":"","sources":["../src/card.generated.ts"],"names":[],"mappings":"AAAA,uEAAuE;AACvE,8EAA8E;AAC9E,gFAAgF;AAChF,MAAM,CAAC,MAAM,kBAAkB,GAAW,MAAM,CAAC,IAAI,CACnD,0/0dAA0/0d,EAC1/0d,QAAQ,CACT,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC"}
1
+ {"version":3,"file":"card.generated.js","sourceRoot":"","sources":["../src/card.generated.ts"],"names":[],"mappings":"AAAA,uEAAuE;AACvE,8EAA8E;AAC9E,gFAAgF;AAChF,MAAM,CAAC,MAAM,kBAAkB,GAAW,MAAM,CAAC,IAAI,CACnD,0h1dAA0h1d,EAC1h1d,QAAQ,CACT,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC"}
package/dist/index.js CHANGED
@@ -87,7 +87,7 @@ const mPath = (suffix) => `/v1/merchant/${encodeURIComponent(MERCHANT ?? '')}${s
87
87
  // MCP Apps card (a ui:// resource). Tools link to it via _meta.ui.resourceUri;
88
88
  // a UI-capable host (Claude Desktop) renders it as a widget, others fall back to
89
89
  // the text content. Same card the remote /mcp kit uses (built in apps/api/mcp-ui).
90
- const CARD_URI = 'ui://agentbank-merchant/card-v7.html';
90
+ const CARD_URI = 'ui://agentbank-merchant/card-v8.html';
91
91
  const CARD_MIME = 'text/html;profile=mcp-app';
92
92
  const UI_META = { ui: { resourceUri: CARD_URI }, 'ui/resourceUri': CARD_URI };
93
93
  const TOOLS = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curless/agentbank-merchant-mcp",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
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",