@vint.tri/report_gen_mcp 1.5.20 → 1.5.21

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -111,7 +111,7 @@ if (process.argv.length === 2) {
111
111
  // No command specified, run in stdio mode using MCP SDK
112
112
  const mcpServer = new McpServer({
113
113
  name: "report_gen_mcp",
114
- version: "1.5.20"
114
+ version: "1.5.21"
115
115
  }, {
116
116
  // Disable health check to prevent automatic calls
117
117
  capabilities: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vint.tri/report_gen_mcp",
3
- "version": "1.5.20",
3
+ "version": "1.5.21",
4
4
  "description": "CLI tool for generating HTML reports with embedded charts and images",
5
5
  "main": "dist/index.js",
6
6
  "bin": {