Skip to content

Commit 6d09a7e

Browse files
committed
fix: update Shopify documentation URL
1 parent fc185ac commit 6d09a7e

1 file changed

Lines changed: 19 additions & 10 deletions

File tree

servers/com.shopify-dev-mcp.json

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,37 +6,46 @@
66
"description": "Search Shopify developer documentation, learn about APIs, fetch full docs, and validate Liquid themes. No API key required.",
77
"icon": "https://avatars.githubusercontent.com/u/8085?v=4",
88
"schema_version": "2.1",
9-
"categories": ["developer-tools", "documentation"],
10-
"tags": ["shopify", "e-commerce", "api", "documentation", "themes", "liquid"],
11-
9+
"categories": [
10+
"developer-tools",
11+
"documentation"
12+
],
13+
"tags": [
14+
"shopify",
15+
"e-commerce",
16+
"api",
17+
"documentation",
18+
"themes",
19+
"liquid"
20+
],
1221
"transport": {
1322
"type": "stdio",
1423
"command": "npx",
15-
"args": ["-y", "@shopify/dev-mcp@latest"],
24+
"args": [
25+
"-y",
26+
"@shopify/dev-mcp@latest"
27+
],
1628
"metadata": {
1729
"inputs": []
1830
}
1931
},
20-
2132
"auth": {
2233
"type": "none",
2334
"instructions": "No API key required. This server provides access to Shopify developer documentation and theme validation tools."
2435
},
25-
2636
"contributor": {
2737
"name": "Shopify",
2838
"github": "Shopify",
2939
"url": "https://shopify.dev"
3040
},
31-
3241
"links": {
3342
"repository": "https://github.com/Shopify/dev-mcp",
3443
"homepage": "https://shopify.dev",
3544
"documentation": "https://shopify.dev/docs/apps/build/devmcp"
3645
},
37-
38-
"platforms": ["all"],
39-
46+
"platforms": [
47+
"all"
48+
],
4049
"capabilities": {
4150
"tools": true,
4251
"resources": false,

0 commit comments

Comments
 (0)