@dexterai/mcp 1.1.3 → 1.1.4

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 (1) hide show
  1. package/package.json +9 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dexterai/mcp",
3
- "version": "1.1.3",
4
- "description": "x402 gateway for AI agents search, pay, and call any x402 API through Dexter",
3
+ "version": "1.1.4",
4
+ "description": "OpenDexter - x402 search engine for AI agents. Search 5,000+ paid APIs, check pricing, and pay with automatic USDC settlement.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "bin": "dist/index.js",
@@ -42,6 +42,7 @@
42
42
  "node": ">=18"
43
43
  },
44
44
  "keywords": [
45
+ "opendexter",
45
46
  "x402",
46
47
  "mcp",
47
48
  "dexter",
@@ -49,7 +50,11 @@
49
50
  "base",
50
51
  "evm",
51
52
  "payments",
52
- "ai-agents"
53
+ "ai-agents",
54
+ "marketplace",
55
+ "chatgpt",
56
+ "cursor",
57
+ "claude"
53
58
  ],
54
59
  "author": "Dexter",
55
60
  "license": "MIT",
@@ -57,5 +62,5 @@
57
62
  "type": "git",
58
63
  "url": "https://github.com/Dexter-DAO/dexter-mcp"
59
64
  },
60
- "homepage": "https://dexter.cash/mcp"
65
+ "homepage": "https://dexter.cash/opendexter"
61
66
  }