@zeam-labs/x402-mcp-bridge 2.0.0 → 2.0.1
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/index.mjs +2 -2
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -35,8 +35,8 @@ if (has('--help') || has('-h')) {
|
|
|
35
35
|
'',
|
|
36
36
|
' With your key exported as X402_PRIVATE_KEY:',
|
|
37
37
|
'',
|
|
38
|
-
' npx -y
|
|
39
|
-
' npx -y
|
|
38
|
+
' npx -y @zeam-labs/x402-mcp-bridge --call rpc \'{"chain":"base","method":"eth_blockNumber","params":[]}\'',
|
|
39
|
+
' npx -y @zeam-labs/x402-mcp-bridge --tools',
|
|
40
40
|
'',
|
|
41
41
|
'With no arguments it runs as an MCP stdio server, which is what an MCP client wants.',
|
|
42
42
|
'',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeam-labs/x402-mcp-bridge",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "Put a wallet in front of any x402-paid MCP server, and hold a metered line on the ones that sell time. Stock MCP clients cannot construct x402 payments; this one does, and proxies your existing client through it.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|