@rackspay/wallet-mcp 1.2.2 → 1.2.3
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/build/index.js +3 -2
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -601,8 +601,9 @@ server.tool("racks_mpp_request", "Make a paid HTTP request on behalf of this age
|
|
|
601
601
|
max_amount: z
|
|
602
602
|
.string()
|
|
603
603
|
.optional()
|
|
604
|
-
.describe("Maximum USDC
|
|
605
|
-
"
|
|
604
|
+
.describe("Maximum USDC to deposit into the payment channel (e.g. '0.50' for 50 cents, '1' for $1). " +
|
|
605
|
+
"Controls how much the agent is willing to spend. For session-based APIs (OpenAI, LLMs) " +
|
|
606
|
+
"this caps the auto-deposit into the payment channel. Defaults to $1 if not set."),
|
|
606
607
|
}, async ({ url, method, body, headers, max_amount }) => {
|
|
607
608
|
const payload = { url };
|
|
608
609
|
if (method)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rackspay/wallet-mcp",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"description": "RACKS Wallet MCP — crypto trading, betting, and MPP payments for AI agents. Trade perps on Hyperliquid, bet on Polymarket, pay APIs via Tempo/MPP, and check on-chain balances via Claude Desktop or any MCP client.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|