@sardis/mcp-server 0.2.0 → 0.2.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/package.json +4 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sardis/mcp-server",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Model Context Protocol (MCP) server for Sardis - Enable AI agents (Claude, Cursor, etc.) to execute secure payments with policy validation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -59,16 +59,12 @@
|
|
|
59
59
|
"license": "MIT",
|
|
60
60
|
"repository": {
|
|
61
61
|
"type": "git",
|
|
62
|
-
"url": "git+https://github.com/
|
|
62
|
+
"url": "git+https://github.com/EfeDurmaz16/sardis.git",
|
|
63
63
|
"directory": "packages/sardis-mcp-server"
|
|
64
64
|
},
|
|
65
65
|
"homepage": "https://sardis.sh",
|
|
66
66
|
"bugs": {
|
|
67
|
-
"url": "https://github.com/
|
|
68
|
-
},
|
|
69
|
-
"funding": {
|
|
70
|
-
"type": "github",
|
|
71
|
-
"url": "https://github.com/sponsors/sardis-network"
|
|
67
|
+
"url": "https://github.com/EfeDurmaz16/sardis/issues"
|
|
72
68
|
},
|
|
73
69
|
"dependencies": {
|
|
74
70
|
"@modelcontextprotocol/sdk": "^1.25.3",
|
|
@@ -99,7 +95,7 @@
|
|
|
99
95
|
"mcp": {
|
|
100
96
|
"name": "sardis",
|
|
101
97
|
"description": "Enable AI agents to execute secure payments with Financial Hallucination Prevention - The Payment OS for the Agent Economy",
|
|
102
|
-
"version": "0.2.
|
|
98
|
+
"version": "0.2.1",
|
|
103
99
|
"tools": [
|
|
104
100
|
"sardis_get_wallet",
|
|
105
101
|
"sardis_get_balance",
|