@mondaydotcomorg/agent-toolkit 2.2.0 → 2.3.0

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.
@@ -45,15 +45,7 @@ declare class MondayAgentToolkit extends McpServer {
45
45
  /**
46
46
  * Register a single tool with the MCP server
47
47
  */
48
- private registerTool;
49
- /**
50
- * Register a tool that doesn't require input
51
- */
52
- private registerNoInputTool;
53
- /**
54
- * Register a tool that requires input
55
- */
56
- private registerInputTool;
48
+ private registerSingleTool;
57
49
  getServer(): McpServer;
58
50
  /**
59
51
  * Format the tool result into the expected MCP format