@t402/mcp 2.7.0 → 2.8.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.
@@ -44,6 +44,10 @@ declare class T402McpServer {
44
44
  * Handle t402/getAllBalances
45
45
  */
46
46
  private handleGetAllBalances;
47
+ /**
48
+ * Format a confirmation prompt for elicitation
49
+ */
50
+ private formatConfirmation;
47
51
  /**
48
52
  * Handle t402/pay
49
53
  */
@@ -88,6 +92,38 @@ declare class T402McpServer {
88
92
  * Handle t402/paymentPlan
89
93
  */
90
94
  private handlePaymentPlan;
95
+ /**
96
+ * Handle t402/getTokenPrice
97
+ */
98
+ private handleGetTokenPrice;
99
+ /**
100
+ * Handle t402/getGasPrice
101
+ */
102
+ private handleGetGasPrice;
103
+ /**
104
+ * Handle t402/estimatePaymentFee
105
+ */
106
+ private handleEstimatePaymentFee;
107
+ /**
108
+ * Handle t402/compareNetworkFees
109
+ */
110
+ private handleCompareNetworkFees;
111
+ /**
112
+ * Handle t402/quoteBridge
113
+ */
114
+ private handleQuoteBridge;
115
+ /**
116
+ * Handle t402/executeBridgeQuote
117
+ */
118
+ private handleExecuteBridgeQuote;
119
+ /**
120
+ * Handle wdk/quoteSwap
121
+ */
122
+ private handleWdkQuoteSwap;
123
+ /**
124
+ * Handle wdk/executeSwap
125
+ */
126
+ private handleWdkExecuteSwap;
91
127
  /**
92
128
  * Handle erc8004/resolveAgent
93
129
  */