@curless/agentbank-merchant-mcp 0.0.1 → 0.0.3

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/README.md CHANGED
@@ -27,7 +27,7 @@ path for Claude Desktop / stdio clients.) Kept separate from the buyer's
27
27
  "env": {
28
28
  "AGENTBANK_API_URL": "https://mcp.curless.ai",
29
29
  "AGENTBANK_MERCHANT_TOKEN": "agb_test_…",
30
- "AGENTBANK_MERCHANT_ID": "curless_mch_clubmed_eu"
30
+ "AGENTBANK_MERCHANT_ID": "429488"
31
31
  }
32
32
  }
33
33
  }
@@ -38,4 +38,4 @@ path for Claude Desktop / stdio clients.) Kept separate from the buyer's
38
38
  | --- | --- |
39
39
  | `AGENTBANK_API_URL` | agentbank base URL (default `http://localhost:3000`) |
40
40
  | `AGENTBANK_MERCHANT_TOKEN` | a merchant key (`agb_…`) with `merchant:read` |
41
- | `AGENTBANK_MERCHANT_ID` | your merchant id, e.g. `curless_mch_clubmed_eu` |
41
+ | `AGENTBANK_MERCHANT_ID` | your merchant id, e.g. `429488` |
@@ -0,0 +1,2 @@
1
+ export declare const MERCHANT_CARD_HTML: string;
2
+ //# sourceMappingURL=card.generated.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"card.generated.d.ts","sourceRoot":"","sources":["../src/card.generated.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB,EAAE,MAGf,CAAC"}