Skip to content

Commit aaa7c17

Browse files
authored
Merge pull request #1075 from rafaelstz/add-shopify-mcp
Add Shopify MCP to VSCode configs
2 parents 607a6c1 + c08bef0 commit aaa7c17

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.vscode/mcp.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"servers": {
3+
"shopify-dev-mcp": {
4+
"command": "npx",
5+
"args": ["-y", "@shopify/dev-mcp@latest"]
6+
}
7+
}
8+
}

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# @shopify/shopify-app-template-remix
22

3+
## 2025.06.12
4+
- [#1075](https://github.com/Shopify/shopify-app-template-remix/pull/1075) Add Shopify MCP to [VSCode configs](https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_enable-mcp-support-in-vs-code)
5+
36
## 2025.06.12
47
-[#1082](https://github.com/Shopify/shopify-app-template-remix/pull/1082) Remove local Shopify CLI from the template. Developers should use the Shopify CLI [installed globally](https://shopify.dev/docs/api/shopify-cli#installation).
58
## 2025.03.18
@@ -36,7 +39,6 @@
3639
## 2024.12.04
3740

3841
- [#891](https://github.com/Shopify/shopify-app-template-remix/pull/891) Enable remix future flags.
39-
-
4042

4143
## 2024.11.26
4244
- [888](https://github.com/Shopify/shopify-app-template-remix/pull/888) Update restResources version to 2024-10

0 commit comments

Comments
 (0)