magector 2.13.1 → 2.13.2
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/package.json +5 -5
- package/src/mcp-server.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "magector",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.2",
|
|
4
4
|
"description": "Semantic code search for Magento 2 — index, search, MCP server",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/mcp-server.js",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"ruvector": "^0.1.96"
|
|
34
34
|
},
|
|
35
35
|
"optionalDependencies": {
|
|
36
|
-
"@magector/cli-darwin-arm64": "2.13.
|
|
37
|
-
"@magector/cli-linux-x64": "2.13.
|
|
38
|
-
"@magector/cli-linux-arm64": "2.13.
|
|
39
|
-
"@magector/cli-win32-x64": "2.13.
|
|
36
|
+
"@magector/cli-darwin-arm64": "2.13.2",
|
|
37
|
+
"@magector/cli-linux-x64": "2.13.2",
|
|
38
|
+
"@magector/cli-linux-arm64": "2.13.2",
|
|
39
|
+
"@magector/cli-win32-x64": "2.13.2"
|
|
40
40
|
},
|
|
41
41
|
"keywords": [
|
|
42
42
|
"magento",
|
package/src/mcp-server.js
CHANGED
|
@@ -1900,7 +1900,7 @@ const ERROR_PATTERNS = [
|
|
|
1900
1900
|
'',
|
|
1901
1901
|
'**2. Condition threshold mismatch**',
|
|
1902
1902
|
' Check which subtotal attribute the condition uses: base_subtotal, subtotal_incl_tax,',
|
|
1903
|
-
'
|
|
1903
|
+
' custom_free_shipping_price (custom). Each calculates differently (with/without tax, discounts).',
|
|
1904
1904
|
'',
|
|
1905
1905
|
'**3. Custom condition type**',
|
|
1906
1906
|
' Container attributes (SubtotalWithDiscountInclTax) aggregate per shop type.',
|