@dimcool/mcp 0.1.1 → 0.1.6

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.
Files changed (3) hide show
  1. package/README.md +49 -7
  2. package/dist/index.js +3855 -3587
  3. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dimcool/mcp",
3
- "version": "0.1.1",
3
+ "version": "0.1.6",
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": {
@@ -18,6 +18,7 @@
18
18
  "build:tsc": "tsc",
19
19
  "dev:watch": "tsc --watch",
20
20
  "start": "node dist/index.js",
21
+ "smoke": "node dist/index.js 2>&1 | head -1",
21
22
  "test": "echo 'Standalone MCP server — test separately with: npx jest'",
22
23
  "test:standalone": "jest",
23
24
  "test:watch": "jest --watch"
@@ -41,7 +42,7 @@
41
42
  "zustand": "^4.5.2"
42
43
  },
43
44
  "devDependencies": {
44
- "@dimcool/sdk": "0.1.0",
45
+ "@dimcool/sdk": "0.1.2",
45
46
  "@types/jest": "^29.5.2",
46
47
  "@types/node": "^20.3.1",
47
48
  "jest": "^29.5.0",