Skip to content

Commit ce0de3a

Browse files
committed
Add shopify-plugin as external plugin
1 parent 4459336 commit ce0de3a

2 files changed

Lines changed: 42 additions & 0 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,31 @@
465465
"description": "Security frameworks, accessibility guidelines, performance optimization, and code quality best practices for building secure, maintainable, and high-performance applications.",
466466
"version": "1.0.0"
467467
},
468+
{
469+
"name": "shopify-plugin",
470+
"description": "Shopify developer tools for building on the Shopify platform. Search Shopify docs, generate and validate GraphQL, Liquid, and UI extension code.",
471+
"version": "1.0.0",
472+
"author": {
473+
"name": "Shopify",
474+
"url": "https://www.shopify.com"
475+
},
476+
"homepage": "https://github.com/Shopify/shopify-plugins",
477+
"keywords": [
478+
"shopify",
479+
"mcp",
480+
"graphql",
481+
"liquid",
482+
"storefront",
483+
"admin-api",
484+
"ecommerce"
485+
],
486+
"license": "MIT",
487+
"repository": "https://github.com/Shopify/shopify-plugins",
488+
"source": {
489+
"source": "github",
490+
"repo": "Shopify/shopify-plugins"
491+
}
492+
},
468493
{
469494
"name": "skills-for-copilot-studio",
470495
"description": "Microsoft Copilot Studio plugins for AI coding agents",

plugins/external.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,22 @@
138138
"source": "github",
139139
"repo": "figma/mcp-server-guide"
140140
}
141+
},
142+
{
143+
"name": "shopify-plugin",
144+
"description": "Shopify developer tools for building on the Shopify platform. Search Shopify docs, generate and validate GraphQL, Liquid, and UI extension code.",
145+
"version": "1.0.0",
146+
"author": {
147+
"name": "Shopify",
148+
"url": "https://www.shopify.com"
149+
},
150+
"homepage": "https://github.com/Shopify/shopify-plugins",
151+
"keywords": ["shopify", "mcp", "graphql", "liquid", "storefront", "admin-api", "ecommerce"],
152+
"license": "MIT",
153+
"repository": "https://github.com/Shopify/shopify-plugins",
154+
"source": {
155+
"source": "github",
156+
"repo": "Shopify/shopify-plugins"
157+
}
141158
}
142159
]

0 commit comments

Comments
 (0)