@ar-agents/mcp 0.4.0 → 0.4.2

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/CHANGELOG.md +23 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Picks up `@ar-agents/mercadopago@0.8.0` — Edge Runtime support (Web Crypto, no `node:crypto`), Vercel KV adapters subpath (`@ar-agents/mercadopago/vercel-kv`), HMAC webhook verify with replay-attack protection (5 min default tolerance), 8-recipe cookbook shipped in tarball, 185 tests pass.
8
+
9
+ No surface change at the MCP level. The MCP server inherits the Edge Runtime compatibility + KV adapters automatically; tool schemas unchanged.
10
+
11
+ ## 0.4.1
12
+
13
+ ### Patch Changes
14
+
15
+ - Picks up `@ar-agents/mercadopago@0.7.0` — completeness máxima sobre MP. The MCP server now exposes **+25 new MP tools** (81 MP tools total) without any config changes. Highlights:
16
+ - Customer + Card CRUD completion (4 tools)
17
+ - Subscription/Plan/Refund/Preference extensions (5 tools)
18
+ - Merchant Orders category (3 tools)
19
+ - Stores + POS CRUD completion (6 tools)
20
+ - Bank Accounts (2 tools)
21
+ - Point Devices físicos — terminal hardware (5 tools)
22
+ - Pure helpers: `compute_marketplace_fee`, `explain_payment_status` (2 tools)
23
+
24
+ Total tool count across the MCP server jumped from ~95 to **~120 tools** in one install.
25
+
3
26
  ## 0.4.0
4
27
 
5
28
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ar-agents/mcp",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "description": "MCP (Model Context Protocol) server that exposes the entire @ar-agents/* toolkit (identity, identity-attest, mercadopago, whatsapp, banking, facturacion, shipping) to any MCP host (Claude Desktop, Cursor, Codeium, etc.). One install, one config, all AR integrations.",
5
5
  "keywords": [
6
6
  "mcp",