@vint.tri/report_gen_mcp 1.5.49 → 1.5.51

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