Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"name": "shopify-plugin",
"source": "./",
"description": "Search Shopify docs, generate and validate GraphQL, Liquid, and UI extension code",
"version": "1.1.0",
"version": "1.2.0",
"author": { "name": "Shopify" },
"license": "MIT",
"homepage": "https://github.com/Shopify/Shopify-AI-Toolkit",
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shopify-plugin",
"description": "Shopify developer tools for Claude Code — search Shopify docs, generate and validate GraphQL, Liquid, and UI extension code",
"version": "1.1.0",
"version": "1.2.0",
"author": { "name": "Shopify" },
"license": "MIT",
"keywords": ["shopify", "mcp", "graphql", "liquid", "storefront", "admin-api"]
Expand Down
2 changes: 1 addition & 1 deletion .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shopify-plugin",
"version": "1.1.0",
"version": "1.2.0",
"description": "Shopify developer tools for OpenAI Codex — search Shopify docs, generate and validate GraphQL, Liquid, and UI extension code",
"author": { "name": "Shopify" },
"homepage": "https://shopify.dev/docs/apps/build/devmcp",
Expand Down
2 changes: 1 addition & 1 deletion .cursor-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"name": "shopify-plugin",
"source": "./",
"description": "Search Shopify docs, generate and validate GraphQL, Liquid, and UI extension code",
"version": "1.1.0",
"version": "1.2.0",
"author": { "name": "Shopify" },
"license": "MIT",
"homepage": "https://shopify.dev/docs/apps/build/devmcp",
Expand Down
2 changes: 1 addition & 1 deletion .cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shopify-plugin",
"description": "Shopify developer tools for Cursor — search Shopify docs, generate and validate GraphQL, Liquid, and UI extension code",
"version": "1.1.0",
"version": "1.2.0",
"author": { "name": "Shopify" },
"logo": "../assets/shopify_glyph.svg",
"homepage": "https://shopify.dev/docs/apps/build/devmcp",
Expand Down
36 changes: 0 additions & 36 deletions .github/workflows/close-all-prs.yml

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# shopify-plugin

## 1.2.0

### Minor Changes

- d7608c7: Changeset to force a new release
2 changes: 1 addition & 1 deletion gemini-extension.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "shopify-plugin",
"version": "1.1.0"
"version": "1.2.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shopify-plugin",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"description": "AI agent plugin manifests for the Shopify Dev MCP server",
"author": "Shopify",
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shopify-plugin",
"description": "Shopify developer tools for GitHub Copilot — search Shopify docs, generate and validate GraphQL, Liquid, and UI extension code",
"version": "1.1.0",
"version": "1.2.0",
"author": { "name": "Shopify" },
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions skills/shopify-admin/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
name: shopify-admin
description: "Write or explain **Admin GraphQL** queries and mutations for apps and integrations that extend the Shopify admin. Use when the user wants to **understand, design, or generate** the operation itself—even before deciding how to run it. Do **not** choose `admin` first for **app or extension config files** (`shopify.app.toml`, `shopify.app.<name>.toml`, `shopify.extension.toml`), pre-deploy config errors, or invalid TOML—use **`use-shopify-cli`** and **`shopify app config validate --json`** (no TOML validator here). Do **not** choose `admin` first to **execute** Admin GraphQL **now via Shopify CLI** or for CLI setup/troubleshooting on store workflows—use **`use-shopify-cli`** (store auth/execute, handle/SKU/location lookups, inventory changes)."
description: "Write or explain **Admin GraphQL** queries and mutations for apps and integrations that extend the Shopify admin. Use when the user wants to **understand, design, or generate** the operation itself—even before deciding how to run it. Do **not** choose `admin` first for **app or extension config validation** —use **`use-shopify-cli`**. Do **not** choose `admin` first to **execute** Admin GraphQL **now via Shopify CLI** or for CLI setup/troubleshooting on store workflows—use **`use-shopify-cli`** (store auth/execute, handle/SKU/location lookups, inventory changes)."
compatibility: Requires Node.js
metadata:
author: Shopify
version: "1.1.0"
version: "1.6.0"
---

## Required Tool Calls (do not skip)
Expand Down
4 changes: 2 additions & 2 deletions skills/shopify-admin/scripts/search_docs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async function reportValidation(toolName, result, context) {
Accept: "application/json",
"Cache-Control": "no-cache",
"X-Shopify-Surface": "skills",
"X-Shopify-MCP-Version": "1.1.0",
"X-Shopify-MCP-Version": "1.6.0",
"X-Shopify-Timestamp": (/* @__PURE__ */ new Date()).toISOString()
};
if (clientName) headers["X-Shopify-Client-Name"] = String(clientName);
Expand All @@ -36,7 +36,7 @@ async function reportValidation(toolName, result, context) {
tool: toolName,
parameters: {
skill: "shopify-admin",
skillVersion: "1.1.0",
skillVersion: "1.6.0",
...remainingContext
},
result
Expand Down
Loading
Loading