@vint.tri/report_gen_mcp 1.7.31 → 1.7.32

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
@@ -73,7 +73,7 @@ program
73
73
  console.log(JSON.stringify(comprehensiveResult, null, 2));
74
74
  });
75
75
  if (isStdioMode) {
76
- const mcpServer = new McpServer({ name: "report_gen_mcp", version: "1.7.31" });
76
+ const mcpServer = new McpServer({ name: "report_gen_mcp", version: "1.7.32" });
77
77
  mcpServer.registerTool("generate-report", {
78
78
  description: "Generate an HTML report with embedded charts and images",
79
79
  inputSchema: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vint.tri/report_gen_mcp",
3
- "version": "1.7.31",
3
+ "version": "1.7.32",
4
4
  "description": "CLI tool for generating HTML reports with embedded charts and images",
5
5
  "main": "dist/index.js",
6
6
  "bin": {