@agishub/mcp 2.1.0 → 2.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.
Files changed (3) hide show
  1. package/README.md +65 -7
  2. package/dist/stdio.js +40563 -13474
  3. package/package.json +9 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agishub/mcp",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "mcpName": "com.agishub/mcp",
5
5
  "description": "AgisHub MCP — pay-per-call tools for AI agents (x402, USDC on Base). Timezone, world clock, date math & scheduling; free via MCP, paid via HTTP. No API key.",
6
6
  "keywords": [
@@ -17,7 +17,9 @@
17
17
  ],
18
18
  "license": "MIT",
19
19
  "author": "AgisHub (agishub.com)",
20
- "publishConfig": { "access": "public" },
20
+ "publishConfig": {
21
+ "access": "public"
22
+ },
21
23
  "type": "module",
22
24
  "bin": {
23
25
  "agishub-mcp": "dist/stdio.js"
@@ -28,11 +30,11 @@
28
30
  ],
29
31
  "repository": {
30
32
  "type": "git",
31
- "url": "git+https://github.com/agishub/agishub.git"
33
+ "url": "git+https://github.com/agishub/agishub-mcp.git"
32
34
  },
33
- "homepage": "https://github.com/agishub/agishub#readme",
35
+ "homepage": "https://github.com/agishub/agishub-mcp#readme",
34
36
  "bugs": {
35
- "url": "https://github.com/agishub/agishub/issues"
37
+ "url": "https://github.com/agishub/agishub-mcp/issues"
36
38
  },
37
39
  "scripts": {
38
40
  "dev": "wrangler dev",
@@ -44,6 +46,7 @@
44
46
  "cf-typegen": "wrangler types"
45
47
  },
46
48
  "dependencies": {
49
+ "@cloudflare/puppeteer": "^1.2.0",
47
50
  "@coinbase/x402": "^2.1.0",
48
51
  "@modelcontextprotocol/sdk": "^1.12.0",
49
52
  "@x402/core": "^2.18.0",
@@ -55,6 +58,7 @@
55
58
  "countries-and-timezones": "^3.7.2",
56
59
  "hono": "^4.12.29",
57
60
  "node-html-parser": "^7.1.0",
61
+ "qrcode-generator": "^2.0.4",
58
62
  "viem": "^2.55.0",
59
63
  "x402-hono": "^1.2.0",
60
64
  "zod": "^3.23.8",