initial version (template only)
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"servers": {
|
||||
"shopify-dev-mcp": {
|
||||
"type": "stdio",
|
||||
"command": "./.vscode/start_shopify_mcp.sh",
|
||||
}
|
||||
},
|
||||
"inputs": []
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/zsh
|
||||
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
|
||||
npx -y @shopify/dev-mcp@latest
|
||||
Reference in New Issue
Block a user