Skip to content

Commit fe88075

Browse files
committed
fix: correct environment variable name for Shopify deployment
feat: add MCP configuration for Shopify development
1 parent 0e78671 commit fe88075

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/deploy-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
env:
4949
SHOPIFY_CLI_THEME_TOKEN: ${{ secrets.SHOPIFY_CLI_THEME_TOKEN }}
5050
SHOPIFY_STORE: ${{ secrets.SHOPIFY_STORE }}
51-
SNOPIFY_FLAG_STORE: ${{ secrets.SHOPIFY_STORE }}
51+
SHOPIFY_FLAG_STORE: ${{ secrets.SHOPIFY_STORE }}
5252
SHOPIFY_THEME_ID: ${{ secrets.SHOPIFY_THEME_ID }}
5353
run: npm run deploy
5454

.mcp.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"mcpServers": {
3+
"shopify-dev-mcp": {
4+
"type": "stdio",
5+
"command": "npx",
6+
"args": [
7+
"-y",
8+
"@shopify/dev-mcp@latest"
9+
],
10+
"env": {}
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)