twzrd-mcp-server 0.2.3 → 0.2.5
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/dist/index.js +1 -0
- package/package.json +4 -13
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "twzrd-mcp-server",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"description": "TWZRD Trust API MCP server with Solana x402 auto-pay (official @x402 SDK, spend-capped, preflight-gated).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
},
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|
|
19
|
-
"url": "https://github.com/twzrd-sol/
|
|
20
|
-
"directory": "
|
|
19
|
+
"url": "https://github.com/twzrd-sol/twzrd-trust.git",
|
|
20
|
+
"directory": "twzrd-mcp-server"
|
|
21
21
|
},
|
|
22
22
|
"homepage": "https://intel.twzrd.xyz",
|
|
23
23
|
"keywords": [
|
|
@@ -29,11 +29,6 @@
|
|
|
29
29
|
"twzrd",
|
|
30
30
|
"reputation"
|
|
31
31
|
],
|
|
32
|
-
"scripts": {
|
|
33
|
-
"build": "tsc",
|
|
34
|
-
"typecheck": "tsc --noEmit",
|
|
35
|
-
"prepublishOnly": "npm run build"
|
|
36
|
-
},
|
|
37
32
|
"dependencies": {
|
|
38
33
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
39
34
|
"@x402/core": "^2.17.0",
|
|
@@ -42,9 +37,5 @@
|
|
|
42
37
|
"@solana/kit": "^5.1.0",
|
|
43
38
|
"bs58": "^6.0.0"
|
|
44
39
|
},
|
|
45
|
-
"devDependencies": {
|
|
46
|
-
"typescript": "^5.5.0",
|
|
47
|
-
"@types/node": "^22.0.0"
|
|
48
|
-
},
|
|
49
40
|
"license": "MIT"
|
|
50
|
-
}
|
|
41
|
+
}
|