agentpay-mcp 4.1.5 → 4.1.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 CHANGED
@@ -42,7 +42,7 @@ const otel_budget_js_1 = require("./tools/otel-budget.js");
42
42
  // ─── Server configuration ──────────────────────────────────────────────────
43
43
  const SERVER_INFO = {
44
44
  name: 'agentpay-mcp',
45
- version: '4.1.5',
45
+ version: '4.1.6',
46
46
  };
47
47
  const SERVER_CAPABILITIES = {
48
48
  tools: {},
@@ -261,7 +261,7 @@ async function main() {
261
261
  });
262
262
  await server.connect(transport);
263
263
  // Log to stderr (not stdout — stdout is reserved for MCP protocol)
264
- process.stderr.write(`AgentPay MCP v4.1.5 started. ` +
264
+ process.stderr.write(`AgentPay MCP v4.1.6 started. ` +
265
265
  `Wallet: ${process.env['AGENT_WALLET_ADDRESS'] ?? '(not configured)'} | ` +
266
266
  `Chain: ${process.env['CHAIN_ID'] ?? '8453 (Base Mainnet)'} | ` +
267
267
  `Session TTL: ${process.env['SESSION_TTL_SECONDS'] ?? '3600'}s\n`);
@@ -74,4 +74,4 @@ This is a catalog metadata file, not a hosting custody model. Hosted directory o
74
74
 
75
75
  ## Listing status
76
76
 
77
- As of 2026-05-01, Glama and Smithery public pages were not fetchable from this runtime (`web_fetch` failed for Glama and Smithery returned a Vercel security checkpoint). Do not claim a live directory listing until the page can be verified by URL. The verified live paths today are npm, GitHub, repository metadata (`glama.json`, `smithery.yaml`, `Dockerfile`), and the open AgentPay MCP PR carrying this readiness note.
77
+ As of 2026-05-01, the Glama listing is live at `https://glama.ai/mcp/servers/up2itnow0822/claw-pay-mcp` and returned HTTP 200 during validation. The current Glama slug still reflects the older `claw-pay-mcp` crawl identity, so keep `glama.json`, the npm package name, and the MCP `mcpName` aligned for the next catalog refresh. Smithery listing URLs checked today returned HTTP 404, so do not claim a live Smithery listing until Smithery verifies it. The verified live paths today are npm, GitHub, Glama, repository metadata (`glama.json`, `smithery.yaml`, `Dockerfile`), and the open AgentPay MCP PR carrying this readiness note.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentpay-mcp",
3
- "version": "4.1.5",
3
+ "version": "4.1.6",
4
4
  "mcpName": "io.github.up2itnow0822/agentpay",
5
5
  "description": "AgentPay MCP Server - Non-custodial x402 payment layer for AI agents. Multi-chain wallets, spending limits, and machine-to-machine payments. Patent Pending.",
6
6
  "main": "dist/index.js",
@@ -50,7 +50,7 @@
50
50
  "license": "MIT",
51
51
  "repository": {
52
52
  "type": "git",
53
- "url": "https://github.com/up2itnow0822/agentpay-mcp"
53
+ "url": "git+https://github.com/up2itnow0822/agentpay-mcp.git"
54
54
  },
55
55
  "author": "AgentNexus",
56
56
  "engines": {