@quackai/q402-mcp 0.1.1 → 0.1.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/README.md CHANGED
@@ -12,7 +12,7 @@ Claude can now reason about stablecoin payments end to end — quote a transfer
12
12
  ## Quick start (Claude Desktop)
13
13
 
14
14
  ```bash
15
- claude mcp add q402 -- npx @quackai/q402-mcp
15
+ claude mcp add q402 -- npx -y @quackai/q402-mcp
16
16
  ```
17
17
 
18
18
  Or, if you prefer editing the config file directly, add this entry to your `claude_desktop_config.json`:
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.1";
574
+ var PACKAGE_VERSION = "0.1.2";
575
575
  function jsonText(value) {
576
576
  return { type: "text", text: JSON.stringify(value, null, 2) };
577
577
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quackai/q402-mcp",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
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
5
  "keywords": [
6
6
  "mcp",