@ar-agents/mcp 0.4.3 → 0.4.5
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/CHANGELOG.md +27 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.4.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Picks up `@ar-agents/mercadopago@0.11.0` — composability + cross-LATAM + fraud scoring:
|
|
8
|
+
- **Tool middleware pattern**: `withAuditLog`, `withRateLimit`, `withMetrics`, `withRetry` + `compose()`
|
|
9
|
+
- **TaxID validation cross-LATAM**: AR/BR/MX/CL/CO/UY/PE
|
|
10
|
+
- **`additional_info` enrichment** on `create_payment` (fraud scoring → 3-5x lower rejection rate per RG 5286/2023)
|
|
11
|
+
- **VercelKVAuditLog** with day/actor/tenant indexes
|
|
12
|
+
- **Migration guide** vs official `mercadopago` SDK
|
|
13
|
+
- **+1 tool** (`validate_tax_id`) → 87 total
|
|
14
|
+
- **284 tests pass** (was 245)
|
|
15
|
+
|
|
16
|
+
## 0.4.4
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Picks up `@ar-agents/mercadopago@0.10.0` — compliance + DX + observability:
|
|
21
|
+
- **Audit logging** with pluggable adapter
|
|
22
|
+
- **Webhook idempotency dedup** to prevent double-processing
|
|
23
|
+
- **Pagination helpers** (AsyncIterable) for 7 paginated endpoints
|
|
24
|
+
- **Token bucket rate limiter** with adaptive learning
|
|
25
|
+
- **AR issuer cuotas catalog** (10+ AR banks + federal Ahora program)
|
|
26
|
+
- **OpenTelemetry instrumentation** via `/otel` subpath
|
|
27
|
+
- **3DS challenge resolution** via `confirmChallengeAndPoll`
|
|
28
|
+
- **+4 tools** → 86 total. **245 tests pass**.
|
|
29
|
+
|
|
3
30
|
## 0.4.3
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ar-agents/mcp",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.5",
|
|
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",
|