@quackai/q402-mcp 0.8.40 → 0.8.41

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 (2) hide show
  1. package/dist/index.js +7 -7
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -211,7 +211,7 @@ var isValidPrivateKey = (s) => typeof s === "string" && PRIVATE_KEY_RE.test(s);
211
211
  // package.json
212
212
  var package_default = {
213
213
  name: "@quackai/q402-mcp",
214
- version: "0.8.40",
214
+ version: "0.8.41",
215
215
  description: "MCP server for Q402 \u2014 gasless USDC/USDT/RLUSD payments on 11 EVM chains + Chainlink CCIP USDC bridge on the eth/avax/arbitrum triangle, callable from Claude (Desktop / Code), OpenAI Codex CLI, and any other Model Context Protocol client.",
216
216
  mcpName: "io.github.bitgett/q402-mcp",
217
217
  keywords: [
@@ -3512,7 +3512,7 @@ async function runBridgeGasTank(_input) {
3512
3512
  // src/tools/yield-reserves.ts
3513
3513
  import { z as z14 } from "zod";
3514
3514
  var YieldReservesInputSchema = z14.object({
3515
- chain: z14.enum(["bnb"]).optional().describe("Optional chain filter. Q402 Yield is BNB-only today \u2014 only 'bnb' is accepted. Omit to list all supported chains.")
3515
+ chain: z14.enum(["bnb", "base"]).optional().describe("Optional chain filter. Aave markets on 'bnb', Morpho (MetaMorpho) markets on 'base'. Omit to list all supported chains.")
3516
3516
  });
3517
3517
  var YIELD_RESERVES_TOOL = {
3518
3518
  name: "q402_yield_reserves",
@@ -3522,8 +3522,8 @@ var YIELD_RESERVES_TOOL = {
3522
3522
  properties: {
3523
3523
  chain: {
3524
3524
  type: "string",
3525
- enum: ["bnb"],
3526
- description: "Optional chain filter. Q402 Yield is BNB-only today \u2014 only 'bnb' is accepted. Omit for all supported chains."
3525
+ enum: ["bnb", "base"],
3526
+ description: "Optional chain filter. Aave markets on 'bnb', Morpho markets on 'base'. Omit for all supported chains."
3527
3527
  }
3528
3528
  },
3529
3529
  additionalProperties: false
@@ -3584,7 +3584,7 @@ var YieldPositionsInputSchema = z15.object({
3584
3584
  walletId: z15.string().optional().describe(
3585
3585
  "Optional Agent Wallet address whose positions to read (max 10 per owner). Omit and the server defaults to the owner's default wallet (resolved from the API key); Q402_AGENT_WALLET_ADDRESS env fills it in when set."
3586
3586
  ),
3587
- chain: z15.enum(["bnb"]).optional().describe("Optional chain filter. Q402 Yield is BNB-only today \u2014 only 'bnb' is accepted. Omit for all supported chains.")
3587
+ chain: z15.enum(["bnb", "base"]).optional().describe("Optional chain filter. Aave positions on 'bnb', Morpho positions on 'base'. Omit for all supported chains.")
3588
3588
  });
3589
3589
  var YIELD_POSITIONS_TOOL = {
3590
3590
  name: "q402_yield_positions",
@@ -3598,8 +3598,8 @@ var YIELD_POSITIONS_TOOL = {
3598
3598
  },
3599
3599
  chain: {
3600
3600
  type: "string",
3601
- enum: ["bnb"],
3602
- description: "Optional chain filter. Q402 Yield is BNB-only today \u2014 only 'bnb' is accepted. Omit for all supported chains."
3601
+ enum: ["bnb", "base"],
3602
+ description: "Optional chain filter. Aave positions on 'bnb', Morpho positions on 'base'. Omit for all supported chains."
3603
3603
  }
3604
3604
  },
3605
3605
  additionalProperties: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quackai/q402-mcp",
3
- "version": "0.8.40",
3
+ "version": "0.8.41",
4
4
  "description": "MCP server for Q402 — gasless USDC/USDT/RLUSD payments on 11 EVM chains + Chainlink CCIP USDC bridge on the eth/avax/arbitrum triangle, callable from Claude (Desktop / Code), OpenAI Codex CLI, and any other Model Context Protocol client.",
5
5
  "mcpName": "io.github.bitgett/q402-mcp",
6
6
  "keywords": [