Skip to content

Commit 30ddb50

Browse files
Merge pull request #175 from Shopify/remove-mcp-env-vars
Remove Polaris and Liquid environment variables from MCP configs
2 parents cbb4b5f + 237883f commit 30ddb50

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

.cursor/mcp.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22
"mcpServers": {
33
"shopify-dev-mcp": {
44
"command": "npx",
5-
"args": ["-y", "@shopify/dev-mcp@latest"],
6-
"env": {
7-
"POLARIS_UNIFIED": "true",
8-
"LIQUID": "true"
9-
}
5+
"args": ["-y", "@shopify/dev-mcp@latest"]
106
}
117
}
128
}

.gemini/extensions/shopify-dev-mcp/gemini-extension.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44
"mcpServers": {
55
"shopify-dev-mcp": {
66
"command": "npx",
7-
"args": ["-y", "@shopify/dev-mcp@latest"],
8-
"env": {
9-
"POLARIS_UNIFIED": "true",
10-
"LIQUID": "true"
11-
}
7+
"args": ["-y", "@shopify/dev-mcp@latest"]
128
}
139
}
1410
}

.mcp.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
"shopify-dev-mcp": {
44
"type": "stdio",
55
"command": "npx",
6-
"args": ["-y", "@shopify/dev-mcp@latest"],
7-
"env": {
8-
"POLARIS_UNIFIED": "true",
9-
"LIQUID": "true"
10-
}
6+
"args": ["-y", "@shopify/dev-mcp@latest"]
117
}
128
}
139
}

0 commit comments

Comments
 (0)