@quackai/q402-mcp 0.3.12 → 0.3.13
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/README.md +4 -0
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -93,6 +93,10 @@ The server has no client-specific code. If your client speaks stdio MCP, point i
|
|
|
93
93
|
|
|
94
94
|
---
|
|
95
95
|
|
|
96
|
+
> **🚧 Sprint window (BNB-focus, 2026-05-19 → 2026-06-30)** — `0.3.13` ships with the default `Q402_RELAY_BASE_URL` pointing at the sprint preview deploy. That's the deploy currently issuing trial keys and where the matching subscription records live. Once the sprint branch is merged into `main` and `q402.quackai.ai` serves the sprint code, the default will flip back to the canonical site in `0.4.0`. Set `Q402_RELAY_BASE_URL` explicitly in env if you want to override.
|
|
97
|
+
|
|
98
|
+
---
|
|
99
|
+
|
|
96
100
|
## Tools exposed
|
|
97
101
|
|
|
98
102
|
| Tool | Auth | Purpose |
|
package/dist/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
|
|
11
11
|
// src/config.ts
|
|
12
12
|
import { isAddress } from "ethers";
|
|
13
|
-
var DEFAULT_RELAY_BASE = "https://q402.
|
|
13
|
+
var DEFAULT_RELAY_BASE = "https://q402-institutional-git-feat-bnb-f-e317ee-bitgett-7677s-projects.vercel.app/api";
|
|
14
14
|
var DEFAULT_MAX_AMOUNT = 5;
|
|
15
15
|
function classifyApiKey(k) {
|
|
16
16
|
if (!k) return "missing";
|
|
@@ -1104,7 +1104,7 @@ var RECEIPT_TOOL = {
|
|
|
1104
1104
|
|
|
1105
1105
|
// src/index.ts
|
|
1106
1106
|
var PACKAGE_NAME = "@quackai/q402-mcp";
|
|
1107
|
-
var PACKAGE_VERSION = "0.3.
|
|
1107
|
+
var PACKAGE_VERSION = "0.3.13";
|
|
1108
1108
|
function jsonText(value) {
|
|
1109
1109
|
return { type: "text", text: JSON.stringify(value, null, 2) };
|
|
1110
1110
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quackai/q402-mcp",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.13",
|
|
4
4
|
"description": "MCP server for Q402 — gasless USDC, USDT, and RLUSD payments across 7 EVM chains, 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": [
|