@quackai/q402-mcp 0.3.0 → 0.3.1
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 +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -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.1";
|
|
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.1",
|
|
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": [
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"url": "https://github.com/bitgett/q402-mcp/issues"
|
|
58
58
|
},
|
|
59
59
|
"license": "Apache-2.0",
|
|
60
|
-
"author": "
|
|
60
|
+
"author": "David Lee <davidlee@quackai.ai>",
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"access": "public"
|
|
63
63
|
}
|