@ar-agents/mcp 0.4.0 → 0.4.1
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 +15 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.4.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 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:
|
|
8
|
+
- Customer + Card CRUD completion (4 tools)
|
|
9
|
+
- Subscription/Plan/Refund/Preference extensions (5 tools)
|
|
10
|
+
- Merchant Orders category (3 tools)
|
|
11
|
+
- Stores + POS CRUD completion (6 tools)
|
|
12
|
+
- Bank Accounts (2 tools)
|
|
13
|
+
- Point Devices físicos — terminal hardware (5 tools)
|
|
14
|
+
- Pure helpers: `compute_marketplace_fee`, `explain_payment_status` (2 tools)
|
|
15
|
+
|
|
16
|
+
Total tool count across the MCP server jumped from ~95 to **~120 tools** in one install.
|
|
17
|
+
|
|
3
18
|
## 0.4.0
|
|
4
19
|
|
|
5
20
|
### Minor 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.1",
|
|
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",
|