@vesper85/strategy-sdk 0.1.6 → 0.1.8

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.
@@ -21,11 +21,7 @@ export declare class PolymarketClient implements PolymarketAPI {
21
21
  /**
22
22
  * Call an MCP tool with retry logic
23
23
  */
24
- private callMCPTool;
25
- /**
26
- * Execute a tool on an MCP client instance
27
- */
28
- private executeMCPTool;
24
+ private invokeMCPTool;
29
25
  /**
30
26
  * Extract content from MCP tool response (ported from sozu-tg-bot)
31
27
  */