@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.
- package/dist/index.js +1 -1
- 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.
|
|
121
|
+
version: "1.5.51"
|
|
122
122
|
}, {
|
|
123
123
|
// Disable health check to prevent automatic calls
|
|
124
124
|
capabilities: {
|