@shoppexio/mcp-shoppex 0.1.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -40,7 +40,8 @@ npx @shoppexio/mcp-shoppex uninstall
|
|
|
40
40
|
|
|
41
41
|
| Client | Config file |
|
|
42
42
|
|--------|-------------|
|
|
43
|
-
| `claude-desktop` (default) | `~/Library/Application Support/Claude/claude_desktop_config.json`
|
|
43
|
+
| `claude-desktop` (default) | macOS: `~/Library/Application Support/Claude/claude_desktop_config.json` |
|
|
44
|
+
| | Windows: `%APPDATA%\\Claude\\claude_desktop_config.json` plus Microsoft Store package paths under `%LOCALAPPDATA%\\Packages\\Claude_*\\LocalCache\\Roaming\\Claude\\` |
|
|
44
45
|
| `claude-code` | `~/.claude.json` |
|
|
45
46
|
| `cursor` | `~/.cursor/mcp.json` |
|
|
46
47
|
| `windsurf` | `~/.codeium/windsurf/mcp_config.json` |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shoppexio/mcp-shoppex",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Shoppex MCP meta-package — bundles the commerce and theme MCP servers and offers a single CLI install command.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"node": ">=18.0.0"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@shoppexio/cli": "^0.
|
|
37
|
-
"@shoppexio/mcp-commerce-server": "
|
|
38
|
-
"@shoppexio/mcp-theme-server": "
|
|
36
|
+
"@shoppexio/cli": "^0.3.0",
|
|
37
|
+
"@shoppexio/mcp-commerce-server": ">=0.8.0 <1.0.0",
|
|
38
|
+
"@shoppexio/mcp-theme-server": ">=0.5.0 <1.0.0"
|
|
39
39
|
}
|
|
40
40
|
}
|