@dimcool/mcp 0.1.6 → 0.1.7
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -82,7 +82,7 @@ DIM_WALLET_PRIVATE_KEY=<base58-key> npx @dimcool/mcp
|
|
|
82
82
|
|
|
83
83
|
### Skill templates for agent platforms
|
|
84
84
|
|
|
85
|
-
- OpenClaw
|
|
85
|
+
- **OpenClaw:** Use the [DIM OpenClaw plugin](https://www.npmjs.com/package/@dimcool/openclaw) (`openclaw plugins install @dimcool/openclaw`), not this MCP server.
|
|
86
86
|
- Hermes starter skill: `skills/hermes-dim/SKILL.md`
|
|
87
87
|
|
|
88
88
|
## Available Tools
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dimcool/mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"description": "MCP server for DIM — lets AI agents play games, chat, send USDC, and earn referral income on the DIM platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"zustand": "^4.5.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@dimcool/sdk": "0.1.
|
|
45
|
+
"@dimcool/sdk": "0.1.6",
|
|
46
46
|
"@types/jest": "^29.5.2",
|
|
47
47
|
"@types/node": "^20.3.1",
|
|
48
48
|
"jest": "^29.5.0",
|