@quackai/q402-mcp 0.3.1 → 0.3.2
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/dist/index.js +5 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -238,8 +238,8 @@ var QUOTE_TOOL = {
|
|
|
238
238
|
},
|
|
239
239
|
token: {
|
|
240
240
|
type: "string",
|
|
241
|
-
enum: ["USDC", "USDT"],
|
|
242
|
-
description:
|
|
241
|
+
enum: ["USDC", "USDT", "RLUSD"],
|
|
242
|
+
description: 'Optional token filter. RLUSD (Ripple USD) is Ethereum-only \u2014 passing it narrows the quote to chain="eth".'
|
|
243
243
|
},
|
|
244
244
|
chain: {
|
|
245
245
|
type: "string",
|
|
@@ -537,8 +537,8 @@ var PAY_TOOL = {
|
|
|
537
537
|
},
|
|
538
538
|
token: {
|
|
539
539
|
type: "string",
|
|
540
|
-
enum: ["USDC", "USDT"],
|
|
541
|
-
description: "Stablecoin to send.
|
|
540
|
+
enum: ["USDC", "USDT", "RLUSD"],
|
|
541
|
+
description: "Stablecoin to send. USDC / USDT supported on most chains; Injective is USDT-only. RLUSD (Ripple USD, NY DFS regulated, decimals 18) is Ethereum-only."
|
|
542
542
|
},
|
|
543
543
|
confirm: {
|
|
544
544
|
type: "boolean",
|
|
@@ -755,7 +755,7 @@ var RECEIPT_TOOL = {
|
|
|
755
755
|
|
|
756
756
|
// src/index.ts
|
|
757
757
|
var PACKAGE_NAME = "@quackai/q402-mcp";
|
|
758
|
-
var PACKAGE_VERSION = "0.3.
|
|
758
|
+
var PACKAGE_VERSION = "0.3.2";
|
|
759
759
|
function jsonText(value) {
|
|
760
760
|
return { type: "text", text: JSON.stringify(value, null, 2) };
|
|
761
761
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quackai/q402-mcp",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "MCP server for Q402 — gasless USDC, USDT, and RLUSD payments across 7 EVM chains, callable directly from Claude Desktop and any other Model Context Protocol client.",
|
|
5
5
|
"mcpName": "io.github.bitgett/q402-mcp",
|
|
6
6
|
"keywords": [
|