docs: Add TODO comments for mcpId, mcpName, and mcpDescription in MCP configuration files and remove the registry line from .npmrc.

This commit is contained in:
Divya Pahuja 2026-03-04 14:37:17 +05:30
parent 72e599e263
commit 23290c49ae
4 changed files with 0 additions and 29 deletions

View File

@ -1,8 +0,0 @@
{
"mcpServers": {
"shopify-dev-mcp": {
"command": "npx",
"args": ["-y", "@shopify/dev-mcp@latest"]
}
}
}

View File

@ -1,10 +0,0 @@
{
"name": "shopify-dev-mcp",
"version": "1.0.0",
"mcpServers": {
"shopify-dev-mcp": {
"command": "npx",
"args": ["-y", "@shopify/dev-mcp@latest"]
}
}
}

View File

@ -1,9 +0,0 @@
{
"mcpServers": {
"shopify-dev-mcp": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@shopify/dev-mcp@latest"]
}
}
}

2
.npmrc
View File

@ -1,2 +0,0 @@
engine-strict=true
shamefully-hoist=true