@ar-agents/mcp 0.4.2 → 0.4.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/CHANGELOG.md +14 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.4.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Picks up `@ar-agents/mercadopago@0.9.0` — production hardening pass:
|
|
8
|
+
- **Circuit breaker** with state machine + rolling window (CLOSED/OPEN/HALF_OPEN)
|
|
9
|
+
- **Deadline propagation** via parent AbortSignal
|
|
10
|
+
- **W3C Trace Context** (OpenTelemetry-compatible without peer dep)
|
|
11
|
+
- **Replay-attack protection** on webhook signatures (5-min default)
|
|
12
|
+
- **`mp_health_check` tool** for status-page polling
|
|
13
|
+
- **223 unit tests + 14 property-based tests + 11 failure injection + integration tests vs MP sandbox + benchmarks**
|
|
14
|
+
|
|
15
|
+
No surface change at the MCP level. The MCP server inherits all v0.9 hardening automatically. Tool count: 82 (was 81).
|
|
16
|
+
|
|
3
17
|
## 0.4.2
|
|
4
18
|
|
|
5
19
|
### 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.3",
|
|
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",
|