@ar-agents/mcp 0.4.6 → 0.4.7

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 +7 -0
  2. package/package.json +5 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.4.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Picks up `@ar-agents/mercadopago@0.13.0` (`VercelKVRateLimiter` for
8
+ distributed rate limiting in serverless).
9
+
3
10
  ## 0.4.6
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ar-agents/mcp",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
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",
@@ -26,6 +26,10 @@
26
26
  ],
27
27
  "license": "MIT",
28
28
  "author": "Nazareno Clemente <naza@helloastro.co>",
29
+ "funding": {
30
+ "type": "github",
31
+ "url": "https://github.com/sponsors/naza00000"
32
+ },
29
33
  "homepage": "https://github.com/ar-agents/ar-agents/tree/main/packages/mcp",
30
34
  "repository": {
31
35
  "type": "git",