iwgt 2.3.0 → 2.3.1

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.
Files changed (2) hide show
  1. package/README.md +14 -1
  2. package/package.json +1 -1
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iwgt",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "MCP server",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",