diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index b74b3f7d4..5704b791c 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -465,6 +465,31 @@ "description": "Security frameworks, accessibility guidelines, performance optimization, and code quality best practices for building secure, maintainable, and high-performance applications.", "version": "1.0.0" }, + { + "name": "shopify-plugin", + "description": "Shopify developer tools for building on the Shopify platform. Search Shopify docs, generate and validate GraphQL, Liquid, and UI extension code.", + "version": "1.0.0", + "author": { + "name": "Shopify", + "url": "https://www.shopify.com" + }, + "homepage": "https://github.com/Shopify/shopify-plugins", + "keywords": [ + "shopify", + "mcp", + "graphql", + "liquid", + "storefront", + "admin-api", + "ecommerce" + ], + "license": "MIT", + "repository": "https://github.com/Shopify/shopify-plugins", + "source": { + "source": "github", + "repo": "Shopify/shopify-plugins" + } + }, { "name": "skills-for-copilot-studio", "description": "Microsoft Copilot Studio plugins for AI coding agents", diff --git a/plugins/external.json b/plugins/external.json index 08afb1447..7b85da73b 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -138,5 +138,22 @@ "source": "github", "repo": "figma/mcp-server-guide" } + }, + { + "name": "shopify-plugin", + "description": "Shopify developer tools for building on the Shopify platform. Search Shopify docs, generate and validate GraphQL, Liquid, and UI extension code.", + "version": "1.0.0", + "author": { + "name": "Shopify", + "url": "https://www.shopify.com" + }, + "homepage": "https://github.com/Shopify/shopify-plugins", + "keywords": ["shopify", "mcp", "graphql", "liquid", "storefront", "admin-api", "ecommerce"], + "license": "MIT", + "repository": "https://github.com/Shopify/shopify-plugins", + "source": { + "source": "github", + "repo": "Shopify/shopify-plugins" + } } ]