@crush-protocol/mcp-client 0.4.5 → 0.4.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 (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -63,6 +63,16 @@ Recommended:
63
63
  npx -y @crush-protocol/mcp-client setup --cursor
64
64
  ```
65
65
 
66
+ <details>
67
+ <summary>Show Cursor install details</summary>
68
+
69
+ ```sh
70
+ npx -y @crush-protocol/mcp-client setup --cursor
71
+ npx -y @crush-protocol/mcp-client login
72
+ ```
73
+
74
+ </details>
75
+
66
76
  Manual MCP host config:
67
77
 
68
78
  ```json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crush-protocol/mcp-client",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "Official Crush MCP client for hosted market data, backtests, and trading workflows",
5
5
  "type": "module",
6
6
  "license": "MIT",