@crush-protocol/mcp-client 0.4.12 → 0.4.13

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 +0 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -629,10 +629,6 @@ npx -y @crush-protocol/mcp-client ping
629
629
  npx -y @crush-protocol/mcp-client tools:list
630
630
  ```
631
631
 
632
- ## GitHub Activity
633
-
634
- [![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)
635
-
636
632
  ## Troubleshooting
637
633
 
638
634
  | 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.12",
3
+ "version": "0.4.13",
4
4
  "description": "Official Crush MCP client for hosted market data, backtests, and trading workflows",
5
5
  "type": "module",
6
6
  "license": "MIT",