@crush-protocol/mcp-client 0.4.6 → 0.4.8

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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Crush Protocol MCP Client
2
2
 
3
+ ![Crush banner](https://crush.xyz/static/landing-page/og-hero.jpg)
4
+
3
5
  [![npm version](https://img.shields.io/npm/v/@crush-protocol/mcp-client)](https://www.npmjs.com/package/@crush-protocol/mcp-client)
4
6
  [![MIT licensed](https://img.shields.io/npm/l/@crush-protocol/mcp-client)](https://github.com/crush-protocol/crush-mcp-server/blob/main/LICENSE)
5
7
 
@@ -97,6 +99,10 @@ npx -y @crush-protocol/mcp-client ping
97
99
  npx -y @crush-protocol/mcp-client tools:list
98
100
  ```
99
101
 
102
+ ## GitHub Activity
103
+
104
+ [![Star History Chart](https://api.star-history.com/svg?repos=crush-protocol/crush-mcp-server&type=Date)](https://star-history.com/#crush-protocol/crush-mcp-server&Date)
105
+
100
106
  ## Troubleshooting
101
107
 
102
108
  | Problem | What to do |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crush-protocol/mcp-client",
3
- "version": "0.4.6",
3
+ "version": "0.4.8",
4
4
  "description": "Official Crush MCP client for hosted market data, backtests, and trading workflows",
5
5
  "type": "module",
6
6
  "license": "MIT",