@mindfiredigital/ignix-lite-mcp 1.6.1 → 1.6.3

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -28,7 +28,7 @@ npm install -g @mindfiredigital/ignix-lite-cli
28
28
 
29
29
  ---
30
30
 
31
- ## ⚙️ Configuration Zero Manual Steps
31
+ ## ⚙️ Configuration - Zero Manual Steps
32
32
 
33
33
  Use the CLI to auto-configure your editor in one command:
34
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindfiredigital/ignix-lite-mcp",
3
- "version": "1.6.1",
3
+ "version": "1.6.3",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/server.js",
@@ -43,4 +43,4 @@
43
43
  "playwright": "^1.60.0",
44
44
  "zod": "^4.4.3"
45
45
  }
46
- }
46
+ }