@compass-labs/api-sdk 0.5.19 → 0.5.21

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.
Files changed (417) hide show
  1. package/README.md +57 -57
  2. package/bin/mcp-server.js +286 -284
  3. package/bin/mcp-server.js.map +72 -72
  4. package/dist/commonjs/funcs/aaveV3AvgRate.d.ts +1 -1
  5. package/dist/commonjs/funcs/aaveV3AvgRate.js +1 -1
  6. package/dist/commonjs/funcs/aaveV3HistoricalTransactions.d.ts +1 -1
  7. package/dist/commonjs/funcs/aaveV3HistoricalTransactions.js +1 -1
  8. package/dist/commonjs/funcs/aaveV3LiquidityChange.d.ts +1 -1
  9. package/dist/commonjs/funcs/aaveV3LiquidityChange.js +1 -1
  10. package/dist/commonjs/funcs/aaveV3Repay.d.ts +1 -1
  11. package/dist/commonjs/funcs/aaveV3Repay.js +1 -1
  12. package/dist/commonjs/funcs/aaveV3ReserveOverview.d.ts +1 -1
  13. package/dist/commonjs/funcs/aaveV3ReserveOverview.js +1 -1
  14. package/dist/commonjs/funcs/aaveV3StdRate.d.ts +1 -1
  15. package/dist/commonjs/funcs/aaveV3StdRate.js +1 -1
  16. package/dist/commonjs/funcs/aaveV3TokenPrice.d.ts +1 -1
  17. package/dist/commonjs/funcs/aaveV3TokenPrice.js +1 -1
  18. package/dist/commonjs/funcs/aaveV3UserPositionPerToken.d.ts +1 -1
  19. package/dist/commonjs/funcs/aaveV3UserPositionPerToken.js +1 -1
  20. package/dist/commonjs/funcs/aaveV3UserPositionSummary.d.ts +1 -1
  21. package/dist/commonjs/funcs/aaveV3UserPositionSummary.js +1 -1
  22. package/dist/commonjs/funcs/aerodromeSlipstreamSlipstreamLiquidityProvisionIncrease.d.ts +1 -1
  23. package/dist/commonjs/funcs/aerodromeSlipstreamSlipstreamLiquidityProvisionIncrease.js +1 -1
  24. package/dist/commonjs/funcs/aerodromeSlipstreamSlipstreamLiquidityProvisionMint.d.ts +1 -1
  25. package/dist/commonjs/funcs/aerodromeSlipstreamSlipstreamLiquidityProvisionMint.js +1 -1
  26. package/dist/commonjs/funcs/aerodromeSlipstreamSlipstreamLiquidityProvisionPositions.d.ts +1 -1
  27. package/dist/commonjs/funcs/aerodromeSlipstreamSlipstreamLiquidityProvisionPositions.js +1 -1
  28. package/dist/commonjs/funcs/aerodromeSlipstreamSlipstreamLiquidityProvisionWithdraw.d.ts +1 -1
  29. package/dist/commonjs/funcs/aerodromeSlipstreamSlipstreamLiquidityProvisionWithdraw.js +1 -1
  30. package/dist/commonjs/funcs/aerodromeSlipstreamSlipstreamPoolPrice.d.ts +1 -1
  31. package/dist/commonjs/funcs/aerodromeSlipstreamSlipstreamPoolPrice.js +1 -1
  32. package/dist/commonjs/funcs/aerodromeSlipstreamSlipstreamSwapBuyExactly.d.ts +1 -1
  33. package/dist/commonjs/funcs/aerodromeSlipstreamSlipstreamSwapBuyExactly.js +1 -1
  34. package/dist/commonjs/funcs/aerodromeSlipstreamSlipstreamSwapSellExactly.d.ts +1 -1
  35. package/dist/commonjs/funcs/aerodromeSlipstreamSlipstreamSwapSellExactly.js +1 -1
  36. package/dist/commonjs/funcs/tokenTransfer.d.ts +1 -1
  37. package/dist/commonjs/funcs/tokenTransfer.js +1 -1
  38. package/dist/commonjs/funcs/{transactionBatchingAaveLoop.d.ts → transactionBundlerBundlerAaveLoop.d.ts} +3 -3
  39. package/dist/commonjs/funcs/transactionBundlerBundlerAaveLoop.d.ts.map +1 -0
  40. package/dist/commonjs/funcs/{transactionBatchingAaveLoop.js → transactionBundlerBundlerAaveLoop.js} +6 -6
  41. package/dist/commonjs/funcs/transactionBundlerBundlerAaveLoop.js.map +1 -0
  42. package/dist/{esm/funcs/transactionBatchingAuthorization.d.ts → commonjs/funcs/transactionBundlerBundlerAuthorization.d.ts} +3 -3
  43. package/dist/commonjs/funcs/transactionBundlerBundlerAuthorization.d.ts.map +1 -0
  44. package/dist/commonjs/funcs/{transactionBatchingAuthorization.js → transactionBundlerBundlerAuthorization.js} +6 -6
  45. package/dist/commonjs/funcs/transactionBundlerBundlerAuthorization.js.map +1 -0
  46. package/dist/commonjs/funcs/{transactionBatchingExecute.d.ts → transactionBundlerBundlerExecute.d.ts} +2 -2
  47. package/dist/commonjs/funcs/transactionBundlerBundlerExecute.d.ts.map +1 -0
  48. package/dist/commonjs/funcs/{transactionBatchingExecute.js → transactionBundlerBundlerExecute.js} +5 -5
  49. package/dist/commonjs/funcs/transactionBundlerBundlerExecute.js.map +1 -0
  50. package/dist/commonjs/funcs/uniswapV3LiquidityProvisionInRange.d.ts +1 -1
  51. package/dist/commonjs/funcs/uniswapV3LiquidityProvisionInRange.js +1 -1
  52. package/dist/commonjs/funcs/uniswapV3PoolPrice.d.ts +1 -1
  53. package/dist/commonjs/funcs/uniswapV3PoolPrice.js +1 -1
  54. package/dist/commonjs/funcs/uniswapV3QuoteBuyExactly.d.ts +1 -1
  55. package/dist/commonjs/funcs/uniswapV3QuoteBuyExactly.js +1 -1
  56. package/dist/commonjs/funcs/uniswapV3QuoteSellExactly.d.ts +1 -1
  57. package/dist/commonjs/funcs/uniswapV3QuoteSellExactly.js +1 -1
  58. package/dist/commonjs/funcs/universalAllowance.d.ts +1 -1
  59. package/dist/commonjs/funcs/universalAllowance.js +1 -1
  60. package/dist/commonjs/funcs/universalPortfolio.d.ts +1 -1
  61. package/dist/commonjs/funcs/universalPortfolio.js +1 -1
  62. package/dist/commonjs/funcs/universalSupportedTokens.d.ts +1 -1
  63. package/dist/commonjs/funcs/universalSupportedTokens.js +1 -1
  64. package/dist/commonjs/funcs/universalVisualizePortfolio.d.ts +1 -1
  65. package/dist/commonjs/funcs/universalVisualizePortfolio.js +1 -1
  66. package/dist/commonjs/lib/config.d.ts +3 -3
  67. package/dist/commonjs/lib/config.js +3 -3
  68. package/dist/commonjs/mcp-server/mcp-server.js +1 -1
  69. package/dist/commonjs/mcp-server/server.js +7 -7
  70. package/dist/commonjs/mcp-server/server.js.map +1 -1
  71. package/dist/commonjs/mcp-server/tools/aaveV3AvgRate.js +1 -1
  72. package/dist/commonjs/mcp-server/tools/aaveV3HistoricalTransactions.js +1 -1
  73. package/dist/commonjs/mcp-server/tools/aaveV3LiquidityChange.js +1 -1
  74. package/dist/commonjs/mcp-server/tools/aaveV3Repay.js +1 -1
  75. package/dist/commonjs/mcp-server/tools/aaveV3ReserveOverview.js +1 -1
  76. package/dist/commonjs/mcp-server/tools/aaveV3StdRate.js +1 -1
  77. package/dist/commonjs/mcp-server/tools/aaveV3TokenPrice.js +1 -1
  78. package/dist/commonjs/mcp-server/tools/aaveV3UserPositionPerToken.js +1 -1
  79. package/dist/commonjs/mcp-server/tools/aaveV3UserPositionSummary.js +1 -1
  80. package/dist/commonjs/mcp-server/tools/aerodromeSlipstreamSlipstreamLiquidityProvisionIncrease.js +1 -1
  81. package/dist/commonjs/mcp-server/tools/aerodromeSlipstreamSlipstreamLiquidityProvisionMint.js +1 -1
  82. package/dist/commonjs/mcp-server/tools/aerodromeSlipstreamSlipstreamLiquidityProvisionPositions.js +1 -1
  83. package/dist/commonjs/mcp-server/tools/aerodromeSlipstreamSlipstreamLiquidityProvisionWithdraw.js +1 -1
  84. package/dist/commonjs/mcp-server/tools/aerodromeSlipstreamSlipstreamPoolPrice.js +1 -1
  85. package/dist/commonjs/mcp-server/tools/aerodromeSlipstreamSlipstreamSwapBuyExactly.js +1 -1
  86. package/dist/commonjs/mcp-server/tools/aerodromeSlipstreamSlipstreamSwapSellExactly.js +1 -1
  87. package/dist/commonjs/mcp-server/tools/tokenTransfer.js +1 -1
  88. package/dist/commonjs/mcp-server/tools/{transactionBatchingAaveLoop.d.ts → transactionBundlerBundlerAaveLoop.d.ts} +2 -2
  89. package/dist/commonjs/mcp-server/tools/transactionBundlerBundlerAaveLoop.d.ts.map +1 -0
  90. package/dist/commonjs/mcp-server/tools/{transactionBatchingAaveLoop.js → transactionBundlerBundlerAaveLoop.js} +7 -7
  91. package/dist/commonjs/mcp-server/tools/transactionBundlerBundlerAaveLoop.js.map +1 -0
  92. package/dist/{esm/mcp-server/tools/transactionBatchingAuthorization.d.ts → commonjs/mcp-server/tools/transactionBundlerBundlerAuthorization.d.ts} +2 -2
  93. package/dist/commonjs/mcp-server/tools/transactionBundlerBundlerAuthorization.d.ts.map +1 -0
  94. package/dist/commonjs/mcp-server/tools/{transactionBatchingAuthorization.js → transactionBundlerBundlerAuthorization.js} +7 -7
  95. package/dist/commonjs/mcp-server/tools/transactionBundlerBundlerAuthorization.js.map +1 -0
  96. package/dist/commonjs/mcp-server/tools/{transactionBatchingExecute.d.ts → transactionBundlerBundlerExecute.d.ts} +2 -2
  97. package/dist/commonjs/mcp-server/tools/{transactionBatchingAuthorization.d.ts.map → transactionBundlerBundlerExecute.d.ts.map} +1 -1
  98. package/dist/commonjs/mcp-server/tools/{transactionBatchingExecute.js → transactionBundlerBundlerExecute.js} +6 -6
  99. package/dist/commonjs/mcp-server/tools/{transactionBatchingAuthorization.js.map → transactionBundlerBundlerExecute.js.map} +1 -1
  100. package/dist/commonjs/mcp-server/tools/uniswapV3LiquidityProvisionInRange.js +1 -1
  101. package/dist/commonjs/mcp-server/tools/uniswapV3PoolPrice.js +1 -1
  102. package/dist/commonjs/mcp-server/tools/uniswapV3QuoteBuyExactly.js +1 -1
  103. package/dist/commonjs/mcp-server/tools/uniswapV3QuoteSellExactly.js +1 -1
  104. package/dist/commonjs/mcp-server/tools/universalAllowance.js +1 -1
  105. package/dist/commonjs/mcp-server/tools/universalPortfolio.js +1 -1
  106. package/dist/commonjs/mcp-server/tools/universalSupportedTokens.js +1 -1
  107. package/dist/commonjs/mcp-server/tools/universalVisualizePortfolio.js +1 -1
  108. package/dist/commonjs/models/components/aavehistoricaltransactionsresponse.d.ts +28 -28
  109. package/dist/commonjs/models/components/aavehistoricaltransactionsresponse.d.ts.map +1 -1
  110. package/dist/commonjs/models/components/aavehistoricaltransactionsresponse.js +28 -28
  111. package/dist/commonjs/models/components/aavehistoricaltransactionsresponse.js.map +1 -1
  112. package/dist/commonjs/models/components/batcheduseroperationsrequest.d.ts +5 -0
  113. package/dist/commonjs/models/components/batcheduseroperationsrequest.d.ts.map +1 -1
  114. package/dist/commonjs/models/components/batcheduseroperationsrequest.js +2 -0
  115. package/dist/commonjs/models/components/batcheduseroperationsrequest.js.map +1 -1
  116. package/dist/commonjs/models/components/borrow.js +1 -1
  117. package/dist/commonjs/models/components/borrow.js.map +1 -1
  118. package/dist/commonjs/models/components/liquidationcall.js +1 -1
  119. package/dist/commonjs/models/components/liquidationcall.js.map +1 -1
  120. package/dist/commonjs/models/components/repay.js +1 -1
  121. package/dist/commonjs/models/components/repay.js.map +1 -1
  122. package/dist/commonjs/models/components/supply.js +1 -1
  123. package/dist/commonjs/models/components/supply.js.map +1 -1
  124. package/dist/commonjs/models/components/swapborrowrate.js +1 -1
  125. package/dist/commonjs/models/components/swapborrowrate.js.map +1 -1
  126. package/dist/commonjs/models/components/txresponse.d.ts +2 -2
  127. package/dist/commonjs/models/components/txresponse.d.ts.map +1 -1
  128. package/dist/commonjs/models/components/txresponse.js +4 -4
  129. package/dist/commonjs/models/components/txresponse.js.map +1 -1
  130. package/dist/commonjs/models/components/usageascollateral.d.ts.map +1 -1
  131. package/dist/commonjs/models/components/usageascollateral.js +2 -1
  132. package/dist/commonjs/models/components/usageascollateral.js.map +1 -1
  133. package/dist/commonjs/models/components/useroperation.d.ts +184 -184
  134. package/dist/commonjs/models/components/useroperation.d.ts.map +1 -1
  135. package/dist/commonjs/models/components/useroperation.js +184 -184
  136. package/dist/commonjs/models/components/useroperation.js.map +1 -1
  137. package/dist/commonjs/sdk/aavev3.d.ts +9 -9
  138. package/dist/commonjs/sdk/aavev3.js +9 -9
  139. package/dist/commonjs/sdk/aerodromeslipstream.d.ts +7 -7
  140. package/dist/commonjs/sdk/aerodromeslipstream.js +7 -7
  141. package/dist/commonjs/sdk/sdk.d.ts +3 -3
  142. package/dist/commonjs/sdk/sdk.d.ts.map +1 -1
  143. package/dist/commonjs/sdk/sdk.js +3 -3
  144. package/dist/commonjs/sdk/sdk.js.map +1 -1
  145. package/dist/commonjs/sdk/token.d.ts +1 -1
  146. package/dist/commonjs/sdk/token.js +1 -1
  147. package/dist/{esm/sdk/transactionbatching.d.ts → commonjs/sdk/transactionbundler.d.ts} +7 -7
  148. package/dist/commonjs/sdk/transactionbundler.d.ts.map +1 -0
  149. package/dist/commonjs/sdk/{transactionbatching.js → transactionbundler.js} +15 -15
  150. package/dist/commonjs/sdk/transactionbundler.js.map +1 -0
  151. package/dist/commonjs/sdk/uniswapv3.d.ts +4 -4
  152. package/dist/commonjs/sdk/uniswapv3.js +4 -4
  153. package/dist/commonjs/sdk/universal.d.ts +4 -4
  154. package/dist/commonjs/sdk/universal.js +4 -4
  155. package/dist/commonjs/types/constdatetime.js +1 -1
  156. package/dist/esm/funcs/aaveV3AvgRate.d.ts +1 -1
  157. package/dist/esm/funcs/aaveV3AvgRate.js +1 -1
  158. package/dist/esm/funcs/aaveV3HistoricalTransactions.d.ts +1 -1
  159. package/dist/esm/funcs/aaveV3HistoricalTransactions.js +1 -1
  160. package/dist/esm/funcs/aaveV3LiquidityChange.d.ts +1 -1
  161. package/dist/esm/funcs/aaveV3LiquidityChange.js +1 -1
  162. package/dist/esm/funcs/aaveV3Repay.d.ts +1 -1
  163. package/dist/esm/funcs/aaveV3Repay.js +1 -1
  164. package/dist/esm/funcs/aaveV3ReserveOverview.d.ts +1 -1
  165. package/dist/esm/funcs/aaveV3ReserveOverview.js +1 -1
  166. package/dist/esm/funcs/aaveV3StdRate.d.ts +1 -1
  167. package/dist/esm/funcs/aaveV3StdRate.js +1 -1
  168. package/dist/esm/funcs/aaveV3TokenPrice.d.ts +1 -1
  169. package/dist/esm/funcs/aaveV3TokenPrice.js +1 -1
  170. package/dist/esm/funcs/aaveV3UserPositionPerToken.d.ts +1 -1
  171. package/dist/esm/funcs/aaveV3UserPositionPerToken.js +1 -1
  172. package/dist/esm/funcs/aaveV3UserPositionSummary.d.ts +1 -1
  173. package/dist/esm/funcs/aaveV3UserPositionSummary.js +1 -1
  174. package/dist/esm/funcs/aerodromeSlipstreamSlipstreamLiquidityProvisionIncrease.d.ts +1 -1
  175. package/dist/esm/funcs/aerodromeSlipstreamSlipstreamLiquidityProvisionIncrease.js +1 -1
  176. package/dist/esm/funcs/aerodromeSlipstreamSlipstreamLiquidityProvisionMint.d.ts +1 -1
  177. package/dist/esm/funcs/aerodromeSlipstreamSlipstreamLiquidityProvisionMint.js +1 -1
  178. package/dist/esm/funcs/aerodromeSlipstreamSlipstreamLiquidityProvisionPositions.d.ts +1 -1
  179. package/dist/esm/funcs/aerodromeSlipstreamSlipstreamLiquidityProvisionPositions.js +1 -1
  180. package/dist/esm/funcs/aerodromeSlipstreamSlipstreamLiquidityProvisionWithdraw.d.ts +1 -1
  181. package/dist/esm/funcs/aerodromeSlipstreamSlipstreamLiquidityProvisionWithdraw.js +1 -1
  182. package/dist/esm/funcs/aerodromeSlipstreamSlipstreamPoolPrice.d.ts +1 -1
  183. package/dist/esm/funcs/aerodromeSlipstreamSlipstreamPoolPrice.js +1 -1
  184. package/dist/esm/funcs/aerodromeSlipstreamSlipstreamSwapBuyExactly.d.ts +1 -1
  185. package/dist/esm/funcs/aerodromeSlipstreamSlipstreamSwapBuyExactly.js +1 -1
  186. package/dist/esm/funcs/aerodromeSlipstreamSlipstreamSwapSellExactly.d.ts +1 -1
  187. package/dist/esm/funcs/aerodromeSlipstreamSlipstreamSwapSellExactly.js +1 -1
  188. package/dist/esm/funcs/tokenTransfer.d.ts +1 -1
  189. package/dist/esm/funcs/tokenTransfer.js +1 -1
  190. package/dist/esm/funcs/{transactionBatchingAaveLoop.d.ts → transactionBundlerBundlerAaveLoop.d.ts} +3 -3
  191. package/dist/esm/funcs/transactionBundlerBundlerAaveLoop.d.ts.map +1 -0
  192. package/dist/esm/funcs/{transactionBatchingAaveLoop.js → transactionBundlerBundlerAaveLoop.js} +5 -5
  193. package/dist/esm/funcs/transactionBundlerBundlerAaveLoop.js.map +1 -0
  194. package/dist/{commonjs/funcs/transactionBatchingAuthorization.d.ts → esm/funcs/transactionBundlerBundlerAuthorization.d.ts} +3 -3
  195. package/dist/esm/funcs/transactionBundlerBundlerAuthorization.d.ts.map +1 -0
  196. package/dist/esm/funcs/{transactionBatchingAuthorization.js → transactionBundlerBundlerAuthorization.js} +5 -5
  197. package/dist/esm/funcs/transactionBundlerBundlerAuthorization.js.map +1 -0
  198. package/dist/esm/funcs/{transactionBatchingExecute.d.ts → transactionBundlerBundlerExecute.d.ts} +2 -2
  199. package/dist/esm/funcs/transactionBundlerBundlerExecute.d.ts.map +1 -0
  200. package/dist/esm/funcs/{transactionBatchingExecute.js → transactionBundlerBundlerExecute.js} +4 -4
  201. package/dist/esm/funcs/transactionBundlerBundlerExecute.js.map +1 -0
  202. package/dist/esm/funcs/uniswapV3LiquidityProvisionInRange.d.ts +1 -1
  203. package/dist/esm/funcs/uniswapV3LiquidityProvisionInRange.js +1 -1
  204. package/dist/esm/funcs/uniswapV3PoolPrice.d.ts +1 -1
  205. package/dist/esm/funcs/uniswapV3PoolPrice.js +1 -1
  206. package/dist/esm/funcs/uniswapV3QuoteBuyExactly.d.ts +1 -1
  207. package/dist/esm/funcs/uniswapV3QuoteBuyExactly.js +1 -1
  208. package/dist/esm/funcs/uniswapV3QuoteSellExactly.d.ts +1 -1
  209. package/dist/esm/funcs/uniswapV3QuoteSellExactly.js +1 -1
  210. package/dist/esm/funcs/universalAllowance.d.ts +1 -1
  211. package/dist/esm/funcs/universalAllowance.js +1 -1
  212. package/dist/esm/funcs/universalPortfolio.d.ts +1 -1
  213. package/dist/esm/funcs/universalPortfolio.js +1 -1
  214. package/dist/esm/funcs/universalSupportedTokens.d.ts +1 -1
  215. package/dist/esm/funcs/universalSupportedTokens.js +1 -1
  216. package/dist/esm/funcs/universalVisualizePortfolio.d.ts +1 -1
  217. package/dist/esm/funcs/universalVisualizePortfolio.js +1 -1
  218. package/dist/esm/lib/config.d.ts +3 -3
  219. package/dist/esm/lib/config.js +3 -3
  220. package/dist/esm/mcp-server/mcp-server.js +1 -1
  221. package/dist/esm/mcp-server/server.js +7 -7
  222. package/dist/esm/mcp-server/server.js.map +1 -1
  223. package/dist/esm/mcp-server/tools/aaveV3AvgRate.js +1 -1
  224. package/dist/esm/mcp-server/tools/aaveV3HistoricalTransactions.js +1 -1
  225. package/dist/esm/mcp-server/tools/aaveV3LiquidityChange.js +1 -1
  226. package/dist/esm/mcp-server/tools/aaveV3Repay.js +1 -1
  227. package/dist/esm/mcp-server/tools/aaveV3ReserveOverview.js +1 -1
  228. package/dist/esm/mcp-server/tools/aaveV3StdRate.js +1 -1
  229. package/dist/esm/mcp-server/tools/aaveV3TokenPrice.js +1 -1
  230. package/dist/esm/mcp-server/tools/aaveV3UserPositionPerToken.js +1 -1
  231. package/dist/esm/mcp-server/tools/aaveV3UserPositionSummary.js +1 -1
  232. package/dist/esm/mcp-server/tools/aerodromeSlipstreamSlipstreamLiquidityProvisionIncrease.js +1 -1
  233. package/dist/esm/mcp-server/tools/aerodromeSlipstreamSlipstreamLiquidityProvisionMint.js +1 -1
  234. package/dist/esm/mcp-server/tools/aerodromeSlipstreamSlipstreamLiquidityProvisionPositions.js +1 -1
  235. package/dist/esm/mcp-server/tools/aerodromeSlipstreamSlipstreamLiquidityProvisionWithdraw.js +1 -1
  236. package/dist/esm/mcp-server/tools/aerodromeSlipstreamSlipstreamPoolPrice.js +1 -1
  237. package/dist/esm/mcp-server/tools/aerodromeSlipstreamSlipstreamSwapBuyExactly.js +1 -1
  238. package/dist/esm/mcp-server/tools/aerodromeSlipstreamSlipstreamSwapSellExactly.js +1 -1
  239. package/dist/esm/mcp-server/tools/tokenTransfer.js +1 -1
  240. package/dist/esm/mcp-server/tools/{transactionBatchingAaveLoop.d.ts → transactionBundlerBundlerAaveLoop.d.ts} +2 -2
  241. package/dist/esm/mcp-server/tools/transactionBundlerBundlerAaveLoop.d.ts.map +1 -0
  242. package/dist/esm/mcp-server/tools/{transactionBatchingAaveLoop.js → transactionBundlerBundlerAaveLoop.js} +6 -6
  243. package/dist/esm/mcp-server/tools/transactionBundlerBundlerAaveLoop.js.map +1 -0
  244. package/dist/{commonjs/mcp-server/tools/transactionBatchingAuthorization.d.ts → esm/mcp-server/tools/transactionBundlerBundlerAuthorization.d.ts} +2 -2
  245. package/dist/esm/mcp-server/tools/transactionBundlerBundlerAuthorization.d.ts.map +1 -0
  246. package/dist/esm/mcp-server/tools/{transactionBatchingAuthorization.js → transactionBundlerBundlerAuthorization.js} +6 -6
  247. package/dist/esm/mcp-server/tools/transactionBundlerBundlerAuthorization.js.map +1 -0
  248. package/dist/esm/mcp-server/tools/{transactionBatchingExecute.d.ts → transactionBundlerBundlerExecute.d.ts} +2 -2
  249. package/dist/esm/mcp-server/tools/{transactionBatchingAuthorization.d.ts.map → transactionBundlerBundlerExecute.d.ts.map} +1 -1
  250. package/dist/esm/mcp-server/tools/{transactionBatchingExecute.js → transactionBundlerBundlerExecute.js} +5 -5
  251. package/dist/esm/mcp-server/tools/{transactionBatchingAuthorization.js.map → transactionBundlerBundlerExecute.js.map} +1 -1
  252. package/dist/esm/mcp-server/tools/uniswapV3LiquidityProvisionInRange.js +1 -1
  253. package/dist/esm/mcp-server/tools/uniswapV3PoolPrice.js +1 -1
  254. package/dist/esm/mcp-server/tools/uniswapV3QuoteBuyExactly.js +1 -1
  255. package/dist/esm/mcp-server/tools/uniswapV3QuoteSellExactly.js +1 -1
  256. package/dist/esm/mcp-server/tools/universalAllowance.js +1 -1
  257. package/dist/esm/mcp-server/tools/universalPortfolio.js +1 -1
  258. package/dist/esm/mcp-server/tools/universalSupportedTokens.js +1 -1
  259. package/dist/esm/mcp-server/tools/universalVisualizePortfolio.js +1 -1
  260. package/dist/esm/models/components/aavehistoricaltransactionsresponse.d.ts +28 -28
  261. package/dist/esm/models/components/aavehistoricaltransactionsresponse.d.ts.map +1 -1
  262. package/dist/esm/models/components/aavehistoricaltransactionsresponse.js +28 -28
  263. package/dist/esm/models/components/aavehistoricaltransactionsresponse.js.map +1 -1
  264. package/dist/esm/models/components/batcheduseroperationsrequest.d.ts +5 -0
  265. package/dist/esm/models/components/batcheduseroperationsrequest.d.ts.map +1 -1
  266. package/dist/esm/models/components/batcheduseroperationsrequest.js +2 -0
  267. package/dist/esm/models/components/batcheduseroperationsrequest.js.map +1 -1
  268. package/dist/esm/models/components/borrow.js +1 -1
  269. package/dist/esm/models/components/borrow.js.map +1 -1
  270. package/dist/esm/models/components/liquidationcall.js +1 -1
  271. package/dist/esm/models/components/liquidationcall.js.map +1 -1
  272. package/dist/esm/models/components/repay.js +1 -1
  273. package/dist/esm/models/components/repay.js.map +1 -1
  274. package/dist/esm/models/components/supply.js +1 -1
  275. package/dist/esm/models/components/supply.js.map +1 -1
  276. package/dist/esm/models/components/swapborrowrate.js +1 -1
  277. package/dist/esm/models/components/swapborrowrate.js.map +1 -1
  278. package/dist/esm/models/components/txresponse.d.ts +2 -2
  279. package/dist/esm/models/components/txresponse.d.ts.map +1 -1
  280. package/dist/esm/models/components/txresponse.js +4 -4
  281. package/dist/esm/models/components/txresponse.js.map +1 -1
  282. package/dist/esm/models/components/usageascollateral.d.ts.map +1 -1
  283. package/dist/esm/models/components/usageascollateral.js +2 -1
  284. package/dist/esm/models/components/usageascollateral.js.map +1 -1
  285. package/dist/esm/models/components/useroperation.d.ts +184 -184
  286. package/dist/esm/models/components/useroperation.d.ts.map +1 -1
  287. package/dist/esm/models/components/useroperation.js +184 -184
  288. package/dist/esm/models/components/useroperation.js.map +1 -1
  289. package/dist/esm/sdk/aavev3.d.ts +9 -9
  290. package/dist/esm/sdk/aavev3.js +9 -9
  291. package/dist/esm/sdk/aerodromeslipstream.d.ts +7 -7
  292. package/dist/esm/sdk/aerodromeslipstream.js +7 -7
  293. package/dist/esm/sdk/sdk.d.ts +3 -3
  294. package/dist/esm/sdk/sdk.d.ts.map +1 -1
  295. package/dist/esm/sdk/sdk.js +3 -3
  296. package/dist/esm/sdk/sdk.js.map +1 -1
  297. package/dist/esm/sdk/token.d.ts +1 -1
  298. package/dist/esm/sdk/token.js +1 -1
  299. package/dist/{commonjs/sdk/transactionbatching.d.ts → esm/sdk/transactionbundler.d.ts} +7 -7
  300. package/dist/esm/sdk/transactionbundler.d.ts.map +1 -0
  301. package/dist/esm/sdk/{transactionbatching.js → transactionbundler.js} +13 -13
  302. package/dist/esm/sdk/transactionbundler.js.map +1 -0
  303. package/dist/esm/sdk/uniswapv3.d.ts +4 -4
  304. package/dist/esm/sdk/uniswapv3.js +4 -4
  305. package/dist/esm/sdk/universal.d.ts +4 -4
  306. package/dist/esm/sdk/universal.js +4 -4
  307. package/dist/esm/types/constdatetime.js +1 -1
  308. package/docs/sdks/aavev3/README.md +9 -9
  309. package/docs/sdks/aerodromeslipstream/README.md +7 -7
  310. package/docs/sdks/smartaccount/README.md +2 -0
  311. package/docs/sdks/token/README.md +1 -1
  312. package/docs/sdks/{transactionbatching → transactionbundler}/README.md +28 -28
  313. package/docs/sdks/uniswapv3/README.md +4 -4
  314. package/docs/sdks/universal/README.md +4 -4
  315. package/jsr.json +1 -1
  316. package/package.json +1 -1
  317. package/src/funcs/aaveV3AvgRate.ts +1 -1
  318. package/src/funcs/aaveV3HistoricalTransactions.ts +1 -1
  319. package/src/funcs/aaveV3LiquidityChange.ts +1 -1
  320. package/src/funcs/aaveV3Repay.ts +1 -1
  321. package/src/funcs/aaveV3ReserveOverview.ts +1 -1
  322. package/src/funcs/aaveV3StdRate.ts +1 -1
  323. package/src/funcs/aaveV3TokenPrice.ts +1 -1
  324. package/src/funcs/aaveV3UserPositionPerToken.ts +1 -1
  325. package/src/funcs/aaveV3UserPositionSummary.ts +1 -1
  326. package/src/funcs/aerodromeSlipstreamSlipstreamLiquidityProvisionIncrease.ts +1 -1
  327. package/src/funcs/aerodromeSlipstreamSlipstreamLiquidityProvisionMint.ts +1 -1
  328. package/src/funcs/aerodromeSlipstreamSlipstreamLiquidityProvisionPositions.ts +1 -1
  329. package/src/funcs/aerodromeSlipstreamSlipstreamLiquidityProvisionWithdraw.ts +1 -1
  330. package/src/funcs/aerodromeSlipstreamSlipstreamPoolPrice.ts +1 -1
  331. package/src/funcs/aerodromeSlipstreamSlipstreamSwapBuyExactly.ts +1 -1
  332. package/src/funcs/aerodromeSlipstreamSlipstreamSwapSellExactly.ts +1 -1
  333. package/src/funcs/tokenTransfer.ts +1 -1
  334. package/src/funcs/{transactionBatchingAaveLoop.ts → transactionBundlerBundlerAaveLoop.ts} +4 -4
  335. package/src/funcs/{transactionBatchingAuthorization.ts → transactionBundlerBundlerAuthorization.ts} +4 -4
  336. package/src/funcs/{transactionBatchingExecute.ts → transactionBundlerBundlerExecute.ts} +3 -3
  337. package/src/funcs/uniswapV3LiquidityProvisionInRange.ts +1 -1
  338. package/src/funcs/uniswapV3PoolPrice.ts +1 -1
  339. package/src/funcs/uniswapV3QuoteBuyExactly.ts +1 -1
  340. package/src/funcs/uniswapV3QuoteSellExactly.ts +1 -1
  341. package/src/funcs/universalAllowance.ts +1 -1
  342. package/src/funcs/universalPortfolio.ts +1 -1
  343. package/src/funcs/universalSupportedTokens.ts +1 -1
  344. package/src/funcs/universalVisualizePortfolio.ts +1 -1
  345. package/src/lib/config.ts +3 -3
  346. package/src/mcp-server/mcp-server.ts +1 -1
  347. package/src/mcp-server/server.ts +7 -7
  348. package/src/mcp-server/tools/aaveV3AvgRate.ts +1 -1
  349. package/src/mcp-server/tools/aaveV3HistoricalTransactions.ts +1 -1
  350. package/src/mcp-server/tools/aaveV3LiquidityChange.ts +1 -1
  351. package/src/mcp-server/tools/aaveV3Repay.ts +1 -1
  352. package/src/mcp-server/tools/aaveV3ReserveOverview.ts +1 -1
  353. package/src/mcp-server/tools/aaveV3StdRate.ts +1 -1
  354. package/src/mcp-server/tools/aaveV3TokenPrice.ts +1 -1
  355. package/src/mcp-server/tools/aaveV3UserPositionPerToken.ts +1 -1
  356. package/src/mcp-server/tools/aaveV3UserPositionSummary.ts +1 -1
  357. package/src/mcp-server/tools/aerodromeSlipstreamSlipstreamLiquidityProvisionIncrease.ts +1 -1
  358. package/src/mcp-server/tools/aerodromeSlipstreamSlipstreamLiquidityProvisionMint.ts +1 -1
  359. package/src/mcp-server/tools/aerodromeSlipstreamSlipstreamLiquidityProvisionPositions.ts +1 -1
  360. package/src/mcp-server/tools/aerodromeSlipstreamSlipstreamLiquidityProvisionWithdraw.ts +1 -1
  361. package/src/mcp-server/tools/aerodromeSlipstreamSlipstreamPoolPrice.ts +1 -1
  362. package/src/mcp-server/tools/aerodromeSlipstreamSlipstreamSwapBuyExactly.ts +1 -1
  363. package/src/mcp-server/tools/aerodromeSlipstreamSlipstreamSwapSellExactly.ts +1 -1
  364. package/src/mcp-server/tools/tokenTransfer.ts +1 -1
  365. package/src/mcp-server/tools/{transactionBatchingAaveLoop.ts → transactionBundlerBundlerAaveLoop.ts} +7 -5
  366. package/src/mcp-server/tools/{transactionBatchingAuthorization.ts → transactionBundlerBundlerAuthorization.ts} +5 -5
  367. package/src/mcp-server/tools/{transactionBatchingExecute.ts → transactionBundlerBundlerExecute.ts} +6 -4
  368. package/src/mcp-server/tools/uniswapV3LiquidityProvisionInRange.ts +1 -1
  369. package/src/mcp-server/tools/uniswapV3PoolPrice.ts +1 -1
  370. package/src/mcp-server/tools/uniswapV3QuoteBuyExactly.ts +1 -1
  371. package/src/mcp-server/tools/uniswapV3QuoteSellExactly.ts +1 -1
  372. package/src/mcp-server/tools/universalAllowance.ts +1 -1
  373. package/src/mcp-server/tools/universalPortfolio.ts +1 -1
  374. package/src/mcp-server/tools/universalSupportedTokens.ts +1 -1
  375. package/src/mcp-server/tools/universalVisualizePortfolio.ts +1 -1
  376. package/src/models/components/aavehistoricaltransactionsresponse.ts +70 -70
  377. package/src/models/components/batcheduseroperationsrequest.ts +7 -0
  378. package/src/models/components/borrow.ts +1 -1
  379. package/src/models/components/liquidationcall.ts +1 -1
  380. package/src/models/components/repay.ts +1 -1
  381. package/src/models/components/supply.ts +1 -1
  382. package/src/models/components/swapborrowrate.ts +1 -1
  383. package/src/models/components/txresponse.ts +8 -8
  384. package/src/models/components/usageascollateral.ts +2 -1
  385. package/src/models/components/useroperation.ts +485 -485
  386. package/src/sdk/aavev3.ts +9 -9
  387. package/src/sdk/aerodromeslipstream.ts +7 -7
  388. package/src/sdk/sdk.ts +4 -6
  389. package/src/sdk/token.ts +1 -1
  390. package/src/sdk/{transactionbatching.ts → transactionbundler.ts} +12 -12
  391. package/src/sdk/uniswapv3.ts +4 -4
  392. package/src/sdk/universal.ts +4 -4
  393. package/src/types/constdatetime.ts +1 -1
  394. package/dist/commonjs/funcs/transactionBatchingAaveLoop.d.ts.map +0 -1
  395. package/dist/commonjs/funcs/transactionBatchingAaveLoop.js.map +0 -1
  396. package/dist/commonjs/funcs/transactionBatchingAuthorization.d.ts.map +0 -1
  397. package/dist/commonjs/funcs/transactionBatchingAuthorization.js.map +0 -1
  398. package/dist/commonjs/funcs/transactionBatchingExecute.d.ts.map +0 -1
  399. package/dist/commonjs/funcs/transactionBatchingExecute.js.map +0 -1
  400. package/dist/commonjs/mcp-server/tools/transactionBatchingAaveLoop.d.ts.map +0 -1
  401. package/dist/commonjs/mcp-server/tools/transactionBatchingAaveLoop.js.map +0 -1
  402. package/dist/commonjs/mcp-server/tools/transactionBatchingExecute.d.ts.map +0 -1
  403. package/dist/commonjs/mcp-server/tools/transactionBatchingExecute.js.map +0 -1
  404. package/dist/commonjs/sdk/transactionbatching.d.ts.map +0 -1
  405. package/dist/commonjs/sdk/transactionbatching.js.map +0 -1
  406. package/dist/esm/funcs/transactionBatchingAaveLoop.d.ts.map +0 -1
  407. package/dist/esm/funcs/transactionBatchingAaveLoop.js.map +0 -1
  408. package/dist/esm/funcs/transactionBatchingAuthorization.d.ts.map +0 -1
  409. package/dist/esm/funcs/transactionBatchingAuthorization.js.map +0 -1
  410. package/dist/esm/funcs/transactionBatchingExecute.d.ts.map +0 -1
  411. package/dist/esm/funcs/transactionBatchingExecute.js.map +0 -1
  412. package/dist/esm/mcp-server/tools/transactionBatchingAaveLoop.d.ts.map +0 -1
  413. package/dist/esm/mcp-server/tools/transactionBatchingAaveLoop.js.map +0 -1
  414. package/dist/esm/mcp-server/tools/transactionBatchingExecute.d.ts.map +0 -1
  415. package/dist/esm/mcp-server/tools/transactionBatchingExecute.js.map +0 -1
  416. package/dist/esm/sdk/transactionbatching.d.ts.map +0 -1
  417. package/dist/esm/sdk/transactionbatching.js.map +0 -1
@@ -26,7 +26,7 @@ import { APICall, APIPromise } from "../types/async.js";
26
26
  import { Result } from "../types/fp.js";
27
27
 
28
28
  /**
29
- * AAVE leverage long/short
29
+ * AAVE Leverage Long/Short
30
30
  *
31
31
  * @remarks
32
32
  * Execute an Aave looping strategy that involves repeated supply and borrow
@@ -41,7 +41,7 @@ import { Result } from "../types/fp.js";
41
41
  *
42
42
  * The transaction must be authorized using the /authorization endpoint to prevent replay attacks.
43
43
  */
44
- export function transactionBatchingAaveLoop(
44
+ export function transactionBundlerBundlerAaveLoop(
45
45
  client: CompassApiSDKCore,
46
46
  request: components.AaveLoopRequest,
47
47
  options?: RequestOptions,
@@ -98,7 +98,7 @@ async function $do(
98
98
  const payload = parsed.value;
99
99
  const body = encodeJSON("body", payload, { explode: true });
100
100
 
101
- const path = pathToFunc("/v0/multicall/aave/loop")();
101
+ const path = pathToFunc("/v0/transaction_bundler/aave/loop")();
102
102
 
103
103
  const headers = new Headers(compactMap({
104
104
  "Content-Type": "application/json",
@@ -112,7 +112,7 @@ async function $do(
112
112
  const context = {
113
113
  options: client._options,
114
114
  baseURL: options?.serverURL ?? client._baseURL ?? "",
115
- operationID: "multicall_aave_loop",
115
+ operationID: "transaction_bundler_aave_loop",
116
116
  oAuth2Scopes: [],
117
117
 
118
118
  resolvedSecurity: requestSecurity,
@@ -26,7 +26,7 @@ import { APICall, APIPromise } from "../types/async.js";
26
26
  import { Result } from "../types/fp.js";
27
27
 
28
28
  /**
29
- * Enable transaction bundling
29
+ * Enable Transaction Bundling
30
30
  *
31
31
  * @remarks
32
32
  * Get authorization for bundling transactions.
@@ -36,7 +36,7 @@ import { Result } from "../types/fp.js";
36
36
  * transaction. The authorization includes a nonce and chain ID to guarantee
37
37
  * transaction uniqueness and proper network targeting.
38
38
  */
39
- export function transactionBatchingAuthorization(
39
+ export function transactionBundlerBundlerAuthorization(
40
40
  client: CompassApiSDKCore,
41
41
  request: components.MulticallAuthorizationRequest,
42
42
  options?: RequestOptions,
@@ -94,7 +94,7 @@ async function $do(
94
94
  const payload = parsed.value;
95
95
  const body = encodeJSON("body", payload, { explode: true });
96
96
 
97
- const path = pathToFunc("/v0/multicall/authorization")();
97
+ const path = pathToFunc("/v0/transaction_bundler/authorization")();
98
98
 
99
99
  const headers = new Headers(compactMap({
100
100
  "Content-Type": "application/json",
@@ -108,7 +108,7 @@ async function $do(
108
108
  const context = {
109
109
  options: client._options,
110
110
  baseURL: options?.serverURL ?? client._baseURL ?? "",
111
- operationID: "multicall_authorization",
111
+ operationID: "transaction_bundler_authorization",
112
112
  oAuth2Scopes: [],
113
113
 
114
114
  resolvedSecurity: requestSecurity,
@@ -37,7 +37,7 @@ import { Result } from "../types/fp.js";
37
37
  * together. The transaction must be authorized using the /authorization endpoint to
38
38
  * prevent replay attacks.
39
39
  */
40
- export function transactionBatchingExecute(
40
+ export function transactionBundlerBundlerExecute(
41
41
  client: CompassApiSDKCore,
42
42
  request: components.MulticallExecuteRequest,
43
43
  options?: RequestOptions,
@@ -94,7 +94,7 @@ async function $do(
94
94
  const payload = parsed.value;
95
95
  const body = encodeJSON("body", payload, { explode: true });
96
96
 
97
- const path = pathToFunc("/v0/multicall/execute")();
97
+ const path = pathToFunc("/v0/transaction_bundler/execute")();
98
98
 
99
99
  const headers = new Headers(compactMap({
100
100
  "Content-Type": "application/json",
@@ -108,7 +108,7 @@ async function $do(
108
108
  const context = {
109
109
  options: client._options,
110
110
  baseURL: options?.serverURL ?? client._baseURL ?? "",
111
- operationID: "multicall_execute",
111
+ operationID: "transaction_bundler_execute",
112
112
  oAuth2Scopes: [],
113
113
 
114
114
  resolvedSecurity: requestSecurity,
@@ -27,7 +27,7 @@ import { APICall, APIPromise } from "../types/async.js";
27
27
  import { Result } from "../types/fp.js";
28
28
 
29
29
  /**
30
- * Check if LP is active.
30
+ * Check if LP is Active.
31
31
  *
32
32
  * @remarks
33
33
  * This endpoint allows users to check whether a specific liquidity provider ()
@@ -27,7 +27,7 @@ import { APICall, APIPromise } from "../types/async.js";
27
27
  import { Result } from "../types/fp.js";
28
28
 
29
29
  /**
30
- * Pool price
30
+ * Pool Price
31
31
  *
32
32
  * @remarks
33
33
  * This endpoint calculates the price of a token in a Uniswap pool.
@@ -27,7 +27,7 @@ import { APICall, APIPromise } from "../types/async.js";
27
27
  import { Result } from "../types/fp.js";
28
28
 
29
29
  /**
30
- * Get quote - to specified amount
30
+ * Get Quote - to Specified Amount
31
31
  *
32
32
  * @remarks
33
33
  * This endpoint calculates the amount of input tokens required to purchase a
@@ -27,7 +27,7 @@ import { APICall, APIPromise } from "../types/async.js";
27
27
  import { Result } from "../types/fp.js";
28
28
 
29
29
  /**
30
- * Get quote - from specified amount
30
+ * Get quote - From Specified Amount
31
31
  *
32
32
  * @remarks
33
33
  * This endpoint calculates the amount of input tokens required to purchase a
@@ -27,7 +27,7 @@ import { APICall, APIPromise } from "../types/async.js";
27
27
  import { Result } from "../types/fp.js";
28
28
 
29
29
  /**
30
- * Get allowance - Protocol
30
+ * Get Allowance
31
31
  *
32
32
  * @remarks
33
33
  * In decentralized finance (DeFi) protocols such as Uniswap or AAVE, users must set
@@ -27,7 +27,7 @@ import { APICall, APIPromise } from "../types/async.js";
27
27
  import { Result } from "../types/fp.js";
28
28
 
29
29
  /**
30
- * List user portfolio
30
+ * List User Portfolio
31
31
  *
32
32
  * @remarks
33
33
  * Fetch the detailed portfolio of a specific wallet address on a given blockchain.
@@ -27,7 +27,7 @@ import { APICall, APIPromise } from "../types/async.js";
27
27
  import { Result } from "../types/fp.js";
28
28
 
29
29
  /**
30
- * List supported tokens
30
+ * List Supported Tokens
31
31
  *
32
32
  * @remarks
33
33
  * Get the list of supported tokens on a chain by the Compass API.
@@ -27,7 +27,7 @@ import { APICall, APIPromise } from "../types/async.js";
27
27
  import { Result } from "../types/fp.js";
28
28
 
29
29
  /**
30
- * Visualize user portfolio
30
+ * Visualize User Portfolio
31
31
  *
32
32
  * @remarks
33
33
  * Generate a visual representation of the token portfolio for a wallet address.
package/src/lib/config.ts CHANGED
@@ -61,8 +61,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
61
61
  export const SDK_METADATA = {
62
62
  language: "typescript",
63
63
  openapiDocVersion: "0.0.1",
64
- sdkVersion: "0.5.19",
65
- genVersion: "2.629.1",
64
+ sdkVersion: "0.5.21",
65
+ genVersion: "2.632.2",
66
66
  userAgent:
67
- "speakeasy-sdk/typescript 0.5.19 2.629.1 0.0.1 @compass-labs/api-sdk",
67
+ "speakeasy-sdk/typescript 0.5.21 2.632.2 0.0.1 @compass-labs/api-sdk",
68
68
  } as const;
@@ -19,7 +19,7 @@ const routes = buildRouteMap({
19
19
  export const app = buildApplication(routes, {
20
20
  name: "mcp",
21
21
  versionInfo: {
22
- currentVersion: "0.5.19",
22
+ currentVersion: "0.5.21",
23
23
  },
24
24
  });
25
25
 
@@ -68,9 +68,9 @@ import { tool$tokenAddress } from "./tools/tokenAddress.js";
68
68
  import { tool$tokenBalance } from "./tools/tokenBalance.js";
69
69
  import { tool$tokenPrice } from "./tools/tokenPrice.js";
70
70
  import { tool$tokenTransfer } from "./tools/tokenTransfer.js";
71
- import { tool$transactionBatchingAaveLoop } from "./tools/transactionBatchingAaveLoop.js";
72
- import { tool$transactionBatchingAuthorization } from "./tools/transactionBatchingAuthorization.js";
73
- import { tool$transactionBatchingExecute } from "./tools/transactionBatchingExecute.js";
71
+ import { tool$transactionBundlerBundlerAaveLoop } from "./tools/transactionBundlerBundlerAaveLoop.js";
72
+ import { tool$transactionBundlerBundlerAuthorization } from "./tools/transactionBundlerBundlerAuthorization.js";
73
+ import { tool$transactionBundlerBundlerExecute } from "./tools/transactionBundlerBundlerExecute.js";
74
74
  import { tool$uniswapV3LiquidityProvisionIncrease } from "./tools/uniswapV3LiquidityProvisionIncrease.js";
75
75
  import { tool$uniswapV3LiquidityProvisionInRange } from "./tools/uniswapV3LiquidityProvisionInRange.js";
76
76
  import { tool$uniswapV3LiquidityProvisionMint } from "./tools/uniswapV3LiquidityProvisionMint.js";
@@ -100,7 +100,7 @@ export function createMCPServer(deps: {
100
100
  }) {
101
101
  const server = new McpServer({
102
102
  name: "CompassApiSDK",
103
- version: "0.5.19",
103
+ version: "0.5.21",
104
104
  });
105
105
 
106
106
  const client = new CompassApiSDKCore({
@@ -202,9 +202,9 @@ export function createMCPServer(deps: {
202
202
  tool(tool$pendleRedeemYield);
203
203
  tool(tool$pendleAddLiquidity);
204
204
  tool(tool$pendleRemoveLiquidity);
205
- tool(tool$transactionBatchingAuthorization);
206
- tool(tool$transactionBatchingExecute);
207
- tool(tool$transactionBatchingAaveLoop);
205
+ tool(tool$transactionBundlerBundlerAuthorization);
206
+ tool(tool$transactionBundlerBundlerExecute);
207
+ tool(tool$transactionBundlerBundlerAaveLoop);
208
208
  tool(tool$smartAccountAccountBatchedUserOperations);
209
209
 
210
210
  return server;
@@ -12,7 +12,7 @@ const args = {
12
12
 
13
13
  export const tool$aaveV3AvgRate: ToolDefinition<typeof args> = {
14
14
  name: "aave-v3-avg-rate",
15
- description: `Interest Rates: time average
15
+ description: `Interest Rates: Time Average
16
16
 
17
17
  Provides time-weighted averages of deposit and borrow rates for Aave reserves.`,
18
18
  args,
@@ -12,7 +12,7 @@ const args = {
12
12
 
13
13
  export const tool$aaveV3HistoricalTransactions: ToolDefinition<typeof args> = {
14
14
  name: "aave-v3-historical-transactions",
15
- description: `Historical transactions
15
+ description: `Historical Transactions
16
16
 
17
17
  This endpoint retrieves historical transactions for a user on the AAVE platform.
18
18
 
@@ -12,7 +12,7 @@ const args = {
12
12
 
13
13
  export const tool$aaveV3LiquidityChange: ToolDefinition<typeof args> = {
14
14
  name: "aave-v3-liquidity-change",
15
- description: `Liquidity index
15
+ description: `Liquidity Index
16
16
 
17
17
  This endpoint retrieves the change in the reserve liquidity index between two
18
18
  provided blocks.
@@ -12,7 +12,7 @@ const args = {
12
12
 
13
13
  export const tool$aaveV3Repay: ToolDefinition<typeof args> = {
14
14
  name: "aave-v3-repay",
15
- description: `Repay loans
15
+ description: `Repay Loans
16
16
 
17
17
  This endpoint allows users to repay a portion or the entirety of their borrowed
18
18
  tokens on the Aave platform.
@@ -12,7 +12,7 @@ const args = {
12
12
 
13
13
  export const tool$aaveV3ReserveOverview: ToolDefinition<typeof args> = {
14
14
  name: "aave-v3-reserve-overview",
15
- description: `Reserve overview
15
+ description: `Reserve Overview
16
16
 
17
17
  Returns key metrics for Aave Reserves:
18
18
  - Total Supplied (TVL) in USD
@@ -12,7 +12,7 @@ const args = {
12
12
 
13
13
  export const tool$aaveV3StdRate: ToolDefinition<typeof args> = {
14
14
  name: "aave-v3-std-rate",
15
- description: `Interest Rates: standard deviation
15
+ description: `Interest Rates: Standard Deviation
16
16
 
17
17
  Returns the historical standard deviation of lending and borrowing rates for Aave
18
18
  reserves, illustrating market volatility.`,
@@ -12,7 +12,7 @@ const args = {
12
12
 
13
13
  export const tool$aaveV3TokenPrice: ToolDefinition<typeof args> = {
14
14
  name: "aave-v3-token-price",
15
- description: `Token prices
15
+ description: `Token Prices
16
16
 
17
17
  This endpoint retrieves the current price of a specified token in USD as
18
18
  determined by the Aave protocol.
@@ -12,7 +12,7 @@ const args = {
12
12
 
13
13
  export const tool$aaveV3UserPositionPerToken: ToolDefinition<typeof args> = {
14
14
  name: "aave-v3-user-position-per-token",
15
- description: `Positions - per token
15
+ description: `Positions - per Token
16
16
 
17
17
  This endpoint retrieves the user's position for a specific token on the AAVE
18
18
  platform.
@@ -12,7 +12,7 @@ const args = {
12
12
 
13
13
  export const tool$aaveV3UserPositionSummary: ToolDefinition<typeof args> = {
14
14
  name: "aave-v3-user-position-summary",
15
- description: `Positions - total
15
+ description: `Positions - Total
16
16
 
17
17
  This endpoint retrieves a comprehensive summary of a user's position on the AAVE
18
18
  platform.
@@ -15,7 +15,7 @@ const args = {
15
15
  export const tool$aerodromeSlipstreamSlipstreamLiquidityProvisionIncrease:
16
16
  ToolDefinition<typeof args> = {
17
17
  name: "aerodrome-slipstream-slipstream-liquidity-provision-increase",
18
- description: `Increase an LP position
18
+ description: `Increase an LP Position
19
19
 
20
20
  Increase the liquidity of an existing Liquidity Provider (LP) position.
21
21
 
@@ -14,7 +14,7 @@ const args = {
14
14
  export const tool$aerodromeSlipstreamSlipstreamLiquidityProvisionMint:
15
15
  ToolDefinition<typeof args> = {
16
16
  name: "aerodrome-slipstream-slipstream-liquidity-provision-mint",
17
- description: `Open a new LP position
17
+ description: `Open a New LP Position
18
18
 
19
19
  Initiate a new Liquidity Provider (LP) position by minting tokens.
20
20
 
@@ -15,7 +15,7 @@ const args = {
15
15
  export const tool$aerodromeSlipstreamSlipstreamLiquidityProvisionPositions:
16
16
  ToolDefinition<typeof args> = {
17
17
  name: "aerodrome-slipstream-slipstream-liquidity-provision-positions",
18
- description: `List LP positions
18
+ description: `List LP Positions
19
19
 
20
20
  Retrieve the total number of Liquidity Provider (LP) positions associated with a
21
21
  specific sender.
@@ -15,7 +15,7 @@ const args = {
15
15
  export const tool$aerodromeSlipstreamSlipstreamLiquidityProvisionWithdraw:
16
16
  ToolDefinition<typeof args> = {
17
17
  name: "aerodrome-slipstream-slipstream-liquidity-provision-withdraw",
18
- description: `Withdraw an LP position
18
+ description: `Withdraw an LP Position
19
19
 
20
20
  Withdraw an existing Liquidity Provider (LP) position.
21
21
 
@@ -14,7 +14,7 @@ export const tool$aerodromeSlipstreamSlipstreamPoolPrice: ToolDefinition<
14
14
  typeof args
15
15
  > = {
16
16
  name: "aerodrome-slipstream-slipstream-pool-price",
17
- description: `Pool price
17
+ description: `Pool Price
18
18
 
19
19
  This endpoint retrieves the current price of a pool, indicating how many token0
20
20
  you can purchase for 1 token1.
@@ -14,7 +14,7 @@ export const tool$aerodromeSlipstreamSlipstreamSwapBuyExactly: ToolDefinition<
14
14
  typeof args
15
15
  > = {
16
16
  name: "aerodrome-slipstream-slipstream-swap-buy-exactly",
17
- description: `Swap - into specified amount
17
+ description: `Swap - into Specified Amount
18
18
 
19
19
  This endpoint facilitates the trading of tokens by allowing users to specify the
20
20
  exact amount of the output token they wish to receive.
@@ -14,7 +14,7 @@ export const tool$aerodromeSlipstreamSlipstreamSwapSellExactly: ToolDefinition<
14
14
  typeof args
15
15
  > = {
16
16
  name: "aerodrome-slipstream-slipstream-swap-sell-exactly",
17
- description: `Swap - from specified amount
17
+ description: `Swap - from Specified Amount
18
18
 
19
19
  This endpoint allows users to trade a specific amount of one token into another
20
20
  token using the Aerodrome Slipstream protocol.
@@ -12,7 +12,7 @@ const args = {
12
12
 
13
13
  export const tool$tokenTransfer: ToolDefinition<typeof args> = {
14
14
  name: "token-transfer",
15
- description: `Transfer ETH or ERC20 Tokens.
15
+ description: `Transfer ETH or ERC20 Tokens
16
16
 
17
17
  Sends native ETH or ERC20 tokens from the sender's address to another address.`,
18
18
  args,
@@ -2,7 +2,7 @@
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
- import { transactionBatchingAaveLoop } from "../../funcs/transactionBatchingAaveLoop.js";
5
+ import { transactionBundlerBundlerAaveLoop } from "../../funcs/transactionBundlerBundlerAaveLoop.js";
6
6
  import * as components from "../../models/components/index.js";
7
7
  import { formatResult, ToolDefinition } from "../tools.js";
8
8
 
@@ -10,9 +10,11 @@ const args = {
10
10
  request: components.AaveLoopRequest$inboundSchema,
11
11
  };
12
12
 
13
- export const tool$transactionBatchingAaveLoop: ToolDefinition<typeof args> = {
14
- name: "transaction-batching-aave-loop",
15
- description: `AAVE leverage long/short
13
+ export const tool$transactionBundlerBundlerAaveLoop: ToolDefinition<
14
+ typeof args
15
+ > = {
16
+ name: "transaction-bundler-bundler-aave-loop",
17
+ description: `AAVE Leverage Long/Short
16
18
 
17
19
  Execute an Aave looping strategy that involves repeated supply and borrow
18
20
  operations.
@@ -27,7 +29,7 @@ This endpoint creates a multicall transaction that performs a series of operatio
27
29
  The transaction must be authorized using the /authorization endpoint to prevent replay attacks.`,
28
30
  args,
29
31
  tool: async (client, args, ctx) => {
30
- const [result, apiCall] = await transactionBatchingAaveLoop(
32
+ const [result, apiCall] = await transactionBundlerBundlerAaveLoop(
31
33
  client,
32
34
  args.request,
33
35
  { fetchOptions: { signal: ctx.signal } },
@@ -2,7 +2,7 @@
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
- import { transactionBatchingAuthorization } from "../../funcs/transactionBatchingAuthorization.js";
5
+ import { transactionBundlerBundlerAuthorization } from "../../funcs/transactionBundlerBundlerAuthorization.js";
6
6
  import * as components from "../../models/components/index.js";
7
7
  import { formatResult, ToolDefinition } from "../tools.js";
8
8
 
@@ -10,11 +10,11 @@ const args = {
10
10
  request: components.MulticallAuthorizationRequest$inboundSchema,
11
11
  };
12
12
 
13
- export const tool$transactionBatchingAuthorization: ToolDefinition<
13
+ export const tool$transactionBundlerBundlerAuthorization: ToolDefinition<
14
14
  typeof args
15
15
  > = {
16
- name: "transaction-batching-authorization",
17
- description: `Enable transaction bundling
16
+ name: "transaction-bundler-bundler-authorization",
17
+ description: `Enable Transaction Bundling
18
18
 
19
19
  Get authorization for bundling transactions.
20
20
 
@@ -24,7 +24,7 @@ transaction. The authorization includes a nonce and chain ID to guarantee
24
24
  transaction uniqueness and proper network targeting.`,
25
25
  args,
26
26
  tool: async (client, args, ctx) => {
27
- const [result, apiCall] = await transactionBatchingAuthorization(
27
+ const [result, apiCall] = await transactionBundlerBundlerAuthorization(
28
28
  client,
29
29
  args.request,
30
30
  { fetchOptions: { signal: ctx.signal } },
@@ -2,7 +2,7 @@
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
- import { transactionBatchingExecute } from "../../funcs/transactionBatchingExecute.js";
5
+ import { transactionBundlerBundlerExecute } from "../../funcs/transactionBundlerBundlerExecute.js";
6
6
  import * as components from "../../models/components/index.js";
7
7
  import { formatResult, ToolDefinition } from "../tools.js";
8
8
 
@@ -10,8 +10,10 @@ const args = {
10
10
  request: components.MulticallExecuteRequest$inboundSchema,
11
11
  };
12
12
 
13
- export const tool$transactionBatchingExecute: ToolDefinition<typeof args> = {
14
- name: "transaction-batching-execute",
13
+ export const tool$transactionBundlerBundlerExecute: ToolDefinition<
14
+ typeof args
15
+ > = {
16
+ name: "transaction-bundler-bundler-execute",
15
17
  description: `Construct Bundled Transaction
16
18
 
17
19
  Bundle arbitrary transactions together into a single multicall transaction using
@@ -23,7 +25,7 @@ together. The transaction must be authorized using the /authorization endpoint t
23
25
  prevent replay attacks.`,
24
26
  args,
25
27
  tool: async (client, args, ctx) => {
26
- const [result, apiCall] = await transactionBatchingExecute(
28
+ const [result, apiCall] = await transactionBundlerBundlerExecute(
27
29
  client,
28
30
  args.request,
29
31
  { fetchOptions: { signal: ctx.signal } },
@@ -14,7 +14,7 @@ export const tool$uniswapV3LiquidityProvisionInRange: ToolDefinition<
14
14
  typeof args
15
15
  > = {
16
16
  name: "uniswap-v3-liquidity-provision-in-range",
17
- description: `Check if LP is active.
17
+ description: `Check if LP is Active.
18
18
 
19
19
  This endpoint allows users to check whether a specific liquidity provider ()
20
20
  position is within the active tick range on the uniswap platform.
@@ -12,7 +12,7 @@ const args = {
12
12
 
13
13
  export const tool$uniswapV3PoolPrice: ToolDefinition<typeof args> = {
14
14
  name: "uniswap-v3-pool-price",
15
- description: `Pool price
15
+ description: `Pool Price
16
16
 
17
17
  This endpoint calculates the price of a token in a Uniswap pool.
18
18
 
@@ -12,7 +12,7 @@ const args = {
12
12
 
13
13
  export const tool$uniswapV3QuoteBuyExactly: ToolDefinition<typeof args> = {
14
14
  name: "uniswap-v3-quote-buy-exactly",
15
- description: `Get quote - to specified amount
15
+ description: `Get Quote - to Specified Amount
16
16
 
17
17
  This endpoint calculates the amount of input tokens required to purchase a
18
18
  specified amount of output tokens from a Uniswap pool.
@@ -12,7 +12,7 @@ const args = {
12
12
 
13
13
  export const tool$uniswapV3QuoteSellExactly: ToolDefinition<typeof args> = {
14
14
  name: "uniswap-v3-quote-sell-exactly",
15
- description: `Get quote - from specified amount
15
+ description: `Get quote - From Specified Amount
16
16
 
17
17
  This endpoint calculates the amount of input tokens required to purchase a
18
18
  specified amount of output tokens from a Uniswap pool.
@@ -12,7 +12,7 @@ const args = {
12
12
 
13
13
  export const tool$universalAllowance: ToolDefinition<typeof args> = {
14
14
  name: "universal-allowance",
15
- description: `Get allowance - Protocol
15
+ description: `Get Allowance
16
16
 
17
17
  In decentralized finance (DeFi) protocols such as Uniswap or AAVE, users must set
18
18
  a token allowance to authorize the protocol to spend a specified amount of their
@@ -12,7 +12,7 @@ const args = {
12
12
 
13
13
  export const tool$universalPortfolio: ToolDefinition<typeof args> = {
14
14
  name: "universal-portfolio",
15
- description: `List user portfolio
15
+ description: `List User Portfolio
16
16
 
17
17
  Fetch the detailed portfolio of a specific wallet address on a given blockchain.
18
18
 
@@ -12,7 +12,7 @@ const args = {
12
12
 
13
13
  export const tool$universalSupportedTokens: ToolDefinition<typeof args> = {
14
14
  name: "universal-supported-tokens",
15
- description: `List supported tokens
15
+ description: `List Supported Tokens
16
16
 
17
17
  Get the list of supported tokens on a chain by the Compass API.`,
18
18
  args,
@@ -12,7 +12,7 @@ const args = {
12
12
 
13
13
  export const tool$universalVisualizePortfolio: ToolDefinition<typeof args> = {
14
14
  name: "universal-visualize-portfolio",
15
- description: `Visualize user portfolio
15
+ description: `Visualize User Portfolio
16
16
 
17
17
  Generate a visual representation of the token portfolio for a wallet address.
18
18