iwgt 2.3.0 → 2.3.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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025
3
+ Copyright (c) 2024
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -10,7 +10,7 @@ npm install -g iwgt
10
10
 
11
11
  ## Configuration
12
12
 
13
- Add to your MCP settings:
13
+ ### Global installation
14
14
 
15
15
  ```json
16
16
  {
@@ -22,6 +22,19 @@ Add to your MCP settings:
22
22
  }
23
23
  ```
24
24
 
25
+ ### Without global installation (npx)
26
+
27
+ ```json
28
+ {
29
+ "mcpServers": {
30
+ "iwgt": {
31
+ "command": "npx",
32
+ "args": ["iwgt"]
33
+ }
34
+ }
35
+ }
36
+ ```
37
+
25
38
  ## License
26
39
 
27
40
  MIT
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "2.0",
3
- "generatedAt": "2025-10-07T06:52:19.540Z",
3
+ "generatedAt": "2025-10-07T09:40:56.664Z",
4
4
  "description": "Справочник по библиотеке common.v2.js для InSales - набор готовых скриптов для разработки шаблонов",
5
5
  "installation": {
6
6
  "method": "liquid_tag",
@@ -4,7 +4,7 @@
4
4
  "description": "Liquid фильтры InSales",
5
5
  "totalCategories": 7,
6
6
  "totalFilters": 53,
7
- "generatedAt": "2025-10-07T06:52:19.502Z"
7
+ "generatedAt": "2025-10-07T09:40:56.604Z"
8
8
  },
9
9
  "categories": [
10
10
  {
@@ -447,7 +447,7 @@
447
447
  {
448
448
  "id": "image_url",
449
449
  "name": "image_url",
450
- "description": "Фильтр для указания размера изображения.",
450
+ "description": "Фильтр для указания размера и формата изображения с поддержкой современных форматов и режимов изменения размера.",
451
451
  "parameters": [],
452
452
  "example": ""
453
453
  },
@@ -4,7 +4,7 @@
4
4
  "description": "Liquid переменные InSales",
5
5
  "totalCategories": 19,
6
6
  "totalVariables": 436,
7
- "generatedAt": "2025-10-07T06:52:16.882Z"
7
+ "generatedAt": "2025-10-07T09:40:55.240Z"
8
8
  },
9
9
  "categories": [
10
10
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iwgt",
3
- "version": "2.3.0",
3
+ "version": "2.3.2",
4
4
  "description": "MCP server",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -25,4 +25,4 @@
25
25
  "@modelcontextprotocol/sdk": "^1.0.4",
26
26
  "zod": "^3.23.8"
27
27
  }
28
- }
28
+ }