@aifinpay/mcp 0.1.0-alpha.3 → 0.1.0-alpha.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.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aifinpay/mcp",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.4",
|
|
4
4
|
"description": "Pay-per-call MCP server for autonomous AI agents \u2014 installs in Claude Desktop / Cursor / Continue with one config block; on-chain settlement on Polygon and Solana via x402.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
},
|
|
58
58
|
"bugs": "https://github.com/AiFinPay/sdk/issues",
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@aifinpay/agent": "^0.3.0-alpha.
|
|
60
|
+
"@aifinpay/agent": "^0.3.0-alpha.3",
|
|
61
61
|
"@modelcontextprotocol/sdk": "^1.0.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|