@quackai/q402-mcp 0.3.5 → 0.3.6
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -163,7 +163,7 @@ var CHAIN_CONFIG = {
|
|
|
163
163
|
note: "USDT only until Circle CCTP native USDC ships (announced for Q2 2026)."
|
|
164
164
|
}
|
|
165
165
|
};
|
|
166
|
-
var BNB_FOCUS_MODE =
|
|
166
|
+
var BNB_FOCUS_MODE = false;
|
|
167
167
|
var BNB_FOCUS_REJECTION_MESSAGE = 'BNB-focus sprint: this chain/token is temporarily hidden. Full multi-chain support returns after the sprint window. Pass chain: "bnb" with token "USDC" or "USDT".';
|
|
168
168
|
if (BNB_FOCUS_MODE) {
|
|
169
169
|
for (const key of CHAIN_KEYS) {
|
|
@@ -776,7 +776,7 @@ var RECEIPT_TOOL = {
|
|
|
776
776
|
|
|
777
777
|
// src/index.ts
|
|
778
778
|
var PACKAGE_NAME = "@quackai/q402-mcp";
|
|
779
|
-
var PACKAGE_VERSION = "0.3.
|
|
779
|
+
var PACKAGE_VERSION = "0.3.6";
|
|
780
780
|
function jsonText(value) {
|
|
781
781
|
return { type: "text", text: JSON.stringify(value, null, 2) };
|
|
782
782
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quackai/q402-mcp",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.6",
|
|
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": [
|