@dexterai/mcp 1.1.2 → 1.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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,11 +11,11 @@
11
11
  <p align="center">
12
12
  <a href="https://www.npmjs.com/package/@dexterai/mcp"><img src="https://img.shields.io/npm/v/@dexterai/mcp.svg" alt="npm"></a>
13
13
  <a href="https://nodejs.org"><img src="https://img.shields.io/badge/node-%3E=18-brightgreen.svg" alt="Node"></a>
14
- <a href="https://dexter.cash/marketplace"><img src="https://img.shields.io/badge/Marketplace-dexter.cash-blueviolet" alt="Marketplace"></a>
14
+ <a href="https://dexter.cash/opendexter"><img src="https://img.shields.io/badge/Marketplace-dexter.cash-blueviolet" alt="Marketplace"></a>
15
15
  </p>
16
16
 
17
17
  <p align="center">
18
- <a href="https://dexter.cash/marketplace"><strong>Browse paid APIs →</strong></a>
18
+ <a href="https://dexter.cash/opendexter"><strong>Browse paid APIs →</strong></a>
19
19
  </p>
20
20
 
21
21
  ---
@@ -71,7 +71,7 @@ args = ["-y", "@dexterai/mcp@latest"]
71
71
 
72
72
  ### `x402_search`
73
73
 
74
- Search the [Dexter Marketplace](https://dexter.cash/marketplace) for paid API resources. Returns pricing, quality scores, verification status, seller reputation, and call volume.
74
+ Search the [Dexter Marketplace](https://dexter.cash/opendexter) for paid API resources. Returns pricing, quality scores, verification status, seller reputation, and call volume.
75
75
 
76
76
  ```
77
77
  "Find image generation APIs under $0.10"
@@ -210,7 +210,7 @@ The MCP auto-detects which chain a 402 response requires and signs with the appr
210
210
 
211
211
  ## Links
212
212
 
213
- - [Dexter Marketplace](https://dexter.cash/marketplace)
213
+ - [Dexter Marketplace](https://dexter.cash/opendexter)
214
214
  - [Dexter Facilitator](https://x402.dexter.cash)
215
215
  - [@dexterai/x402 SDK](https://www.npmjs.com/package/@dexterai/x402)
216
216
  - [x402 Protocol](https://x402.org)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dexterai/mcp",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "x402 gateway for AI agents — search, pay, and call any x402 API through Dexter",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",