@quackai/q402-mcp 0.8.10 → 0.8.11

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 +6 -3
  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
 
212
212
  // src/version.ts
213
213
  var PACKAGE_NAME = "@quackai/q402-mcp";
214
- var PACKAGE_VERSION = "0.8.10";
214
+ var PACKAGE_VERSION = "0.8.11";
215
215
 
216
216
  // src/tools/quote.ts
217
217
  import { z } from "zod";
@@ -3900,8 +3900,11 @@ async function main() {
3900
3900
  RECURRING_CANCEL_TOOL,
3901
3901
  CLEAR_DELEGATION_TOOL,
3902
3902
  // CCIP bridge surface — USDC routing on the eth/avax/arbitrum
3903
- // triangle. Bridge_send is sandbox-only; live execution happens
3904
- // through the dashboard until session-binding ships.
3903
+ // triangle. Bridge_send goes LIVE on Mode C since 0.8.10 (Mode A/B
3904
+ // still fall through to sandbox since the route's API-key auth
3905
+ // path only exists for the server-managed Agent Wallet). History
3906
+ // + Gas Tank tools remain dashboard-pointer until session-binding
3907
+ // exposes owner-sig auth from MCP.
3905
3908
  BRIDGE_QUOTE_TOOL,
3906
3909
  BRIDGE_SEND_TOOL,
3907
3910
  BRIDGE_HISTORY_TOOL,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quackai/q402-mcp",
3
- "version": "0.8.10",
3
+ "version": "0.8.11",
4
4
  "description": "MCP server for Q402 — gasless USDC/USDT/RLUSD payments on 10 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": [