@ar-agents/mcp 0.4.2 → 0.4.4

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 +28 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.4.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Picks up `@ar-agents/mercadopago@0.10.0` — compliance + DX + observability:
8
+ - **Audit logging** with pluggable adapter
9
+ - **Webhook idempotency dedup** to prevent double-processing
10
+ - **Pagination helpers** (AsyncIterable) for 7 paginated endpoints
11
+ - **Token bucket rate limiter** with adaptive learning
12
+ - **AR issuer cuotas catalog** (10+ AR banks + federal Ahora program)
13
+ - **OpenTelemetry instrumentation** via `/otel` subpath
14
+ - **3DS challenge resolution** via `confirmChallengeAndPoll`
15
+ - **+4 tools** → 86 total. **245 tests pass**.
16
+
17
+ ## 0.4.3
18
+
19
+ ### Patch Changes
20
+
21
+ - Picks up `@ar-agents/mercadopago@0.9.0` — production hardening pass:
22
+ - **Circuit breaker** with state machine + rolling window (CLOSED/OPEN/HALF_OPEN)
23
+ - **Deadline propagation** via parent AbortSignal
24
+ - **W3C Trace Context** (OpenTelemetry-compatible without peer dep)
25
+ - **Replay-attack protection** on webhook signatures (5-min default)
26
+ - **`mp_health_check` tool** for status-page polling
27
+ - **223 unit tests + 14 property-based tests + 11 failure injection + integration tests vs MP sandbox + benchmarks**
28
+
29
+ No surface change at the MCP level. The MCP server inherits all v0.9 hardening automatically. Tool count: 82 (was 81).
30
+
3
31
  ## 0.4.2
4
32
 
5
33
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ar-agents/mcp",
3
- "version": "0.4.2",
3
+ "version": "0.4.4",
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",