@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.
- package/dist/clients/polymarket-client.d.ts +1 -5
- package/dist/index.js +4200 -50
- package/dist/mcp/index.d.ts +2 -0
- package/dist/mcp/mcp-client.d.ts +72 -0
- package/dist/types/osiris.d.ts +1 -1
- package/package.json +3 -3
|
@@ -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
|
|
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
|
*/
|