From d68033bd1a2574262d66b410f3dc1a44e3e70d13 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <209825114+claude[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 22:47:38 +0100 Subject: [PATCH] Bump mercadopago to 63ff263c (v2 + PreToolUse hook gating) (#1949) Bumps the mercadopago plugin pin from 1de8d97e to 63ff263c (latest main). v2 replaces the mcp-launcher.sh keychain-read / npx -y mcp-remote wrapper with a plain type:"http" MCP entry pointing at https://mcp.mercadopago.com/mcp, and consolidates 13 skills into 4 orchestration skills. The pinned SHA also includes the May 19 fix that gates the PreToolUse hook on project relevance so it no longer runs on unrelated projects. Description updated to match the partner's v2 self-description. https://claude.ai/code/session_01KRC2Uv6UaFFdrt7sjn45yT Co-authored-by: Claude --- .claude-plugin/marketplace.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index fcd1f315..eae181ce 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1483,7 +1483,7 @@ }, { "name": "mercadopago", - "description": "Mercado Pago full-product integration toolkit. Covers online checkout (Pro, Bricks, API), in-store (QR, Point), subscriptions, marketplace, wallet, money-out, security (3DS, PCI), reporting, SDKs, and specialized integrations. Hybrid architecture: 13 skills provide stable integration intelligence, MCP provides live API data.", + "description": "Mercado Pago full-product integration toolkit. One agent routes to four orchestration skills (mp-integrate wizard, mp-webhooks, mp-test-setup, mp-review) that pull every endpoint, payload, and snippet live from the official Mercado Pago MCP server. The MCP must always be connected — there is no offline mode.", "author": { "name": "Mercado Pago Developer Experience" }, @@ -1493,7 +1493,7 @@ "url": "https://github.com/mercadopago/mercadopago-claude-marketplace.git", "path": "plugins/mercadopago", "ref": "main", - "sha": "1de8d97e1c875136e93bc8eea8494ebf982a08b8" + "sha": "63ff263c40e1eda642ae2038e87adaa5781f4939" }, "homepage": "https://github.com/mercadopago/mercadopago-claude-marketplace/tree/main/plugins/mercadopago" },