@quackai/q402-mcp 0.1.2 → 0.1.3
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 -1
package/dist/index.js
CHANGED
|
@@ -571,7 +571,7 @@ var BALANCE_TOOL = {
|
|
|
571
571
|
|
|
572
572
|
// src/index.ts
|
|
573
573
|
var PACKAGE_NAME = "@quackai/q402-mcp";
|
|
574
|
-
var PACKAGE_VERSION = "0.1.
|
|
574
|
+
var PACKAGE_VERSION = "0.1.3";
|
|
575
575
|
function jsonText(value) {
|
|
576
576
|
return { type: "text", text: JSON.stringify(value, null, 2) };
|
|
577
577
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quackai/q402-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "MCP server for Q402 — gasless stablecoin payments across 7 EVM chains, callable directly from Claude Desktop and any MCP-compatible AI agent.",
|
|
5
|
+
"mcpName": "io.github.bitgett/q402-mcp",
|
|
5
6
|
"keywords": [
|
|
6
7
|
"mcp",
|
|
7
8
|
"model-context-protocol",
|