@mgsoftwarebv/mg-dashboard-mcp 3.0.4 → 3.0.6

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 CHANGED
@@ -2476,7 +2476,7 @@ var TOOLS = [
2476
2476
  // ----- Agent Reporting -----
2477
2477
  ...AGENT_TOOLS
2478
2478
  ];
2479
- var MCP_VERSION = "3.0.4";
2479
+ var MCP_VERSION = "3.0.6";
2480
2480
  async function handleListTools() {
2481
2481
  if (!authContext) return { tools: TOOLS };
2482
2482
  const accessible = TOOLS.filter((tool) => {