@vint.tri/report_gen_mcp 1.0.6 → 1.0.7

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.
@@ -18,7 +18,7 @@ Use this configuration in your Claude Desktop settings:
18
18
  "command": "npx",
19
19
  "args": [
20
20
  "-y",
21
- "@vint.tri/report_gen_mcp@1.0.5"
21
+ "@vint.tri/report_gen_mcp@1.0.6"
22
22
  ]
23
23
  }
24
24
  }
@@ -85,5 +85,5 @@ Response:
85
85
 
86
86
  - Make sure `isActive` is set to `true`
87
87
  - The tool works with `npx -y` for temporary installation
88
- - Specify the version (`@1.0.5`) to ensure compatibility
88
+ - Specify the version (`@1.0.6`) to ensure compatibility
89
89
  - The tool supports both server mode (with commands) and stdio mode (for Claude Desktop)
@@ -9,7 +9,7 @@
9
9
  "command": "npx",
10
10
  "args": [
11
11
  "-y",
12
- "@vint.tri/report_gen_mcp@1.0.5"
12
+ "@vint.tri/report_gen_mcp@1.0.6"
13
13
  ]
14
14
  }
15
15
  }
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@vint.tri/report_gen_mcp",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "CLI tool for generating HTML reports with embedded charts",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
7
- "tri": "dist/index.js"
7
+ "report_gen_mcp": "dist/index.js"
8
8
  },
9
9
  "scripts": {
10
10
  "build": "tsc",