@crush-protocol/mcp-client 0.4.17 → 0.4.19

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 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -217,7 +217,7 @@ npx -y @crush-protocol/mcp-client setup --windsurf
217
217
  npx -y @crush-protocol/mcp-client setup --claude-desktop
218
218
  ```
219
219
 
220
- **Manual config:** Edit `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS):
220
+ **Manual config:** Add to `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS):
221
221
 
222
222
  ```json
223
223
  {
@@ -271,7 +271,7 @@ npx -y @crush-protocol/mcp-client setup --opencode
271
271
  npx -y @crush-protocol/mcp-client setup --warp
272
272
  ```
273
273
 
274
- **Manual config:** Go to `Warp Drive``MCP Servers` → `+ Add`, then paste:
274
+ **Manual config:** Add via Warp Drive → MCP Servers → `+ Add`:
275
275
 
276
276
  ```json
277
277
  {
@@ -312,7 +312,7 @@ Add to `~/.kiro/settings/mcp.json` (global) or `.kiro/settings/mcp.json` (worksp
312
312
  <details>
313
313
  <summary><strong>Roo Code</strong></summary>
314
314
 
315
- Open Roo Code settings → `Edit Global MCP`. Or add to `.roo/mcp.json` (project):
315
+ Add to `.roo/mcp.json` (project) or open Roo Code settings → Edit Global MCP:
316
316
 
317
317
  ```json
318
318
  {
@@ -332,7 +332,7 @@ Open Roo Code settings → `Edit Global MCP`. Or add to `.roo/mcp.json` (project
332
332
  <details>
333
333
  <summary><strong>Cline</strong></summary>
334
334
 
335
- Open Cline panel → MCP Servers → `Configure MCP Servers`:
335
+ Add to `cline_mcp_settings.json` (open via Cline panel → MCP Servers → Configure MCP Servers):
336
336
 
337
337
  ```json
338
338
  {
@@ -352,7 +352,7 @@ Open Cline panel → MCP Servers → `Configure MCP Servers`:
352
352
  <details>
353
353
  <summary><strong>Trae</strong></summary>
354
354
 
355
- Trae → Settings → MCP → `Add MCP Server`:
355
+ Add via Trae → Settings → MCP → Add MCP Server:
356
356
 
357
357
  ```json
358
358
  {
@@ -372,7 +372,7 @@ Trae → Settings → MCP → `Add MCP Server`:
372
372
  <details>
373
373
  <summary><strong>Augment Code</strong></summary>
374
374
 
375
- Hamburger menu Settings → Tools → `+ Add MCP` → Command: `npx -y @crush-protocol/mcp-client`
375
+ Add via Settings → Tools → `+ Add MCP` → Command: `npx -y @crush-protocol/mcp-client`
376
376
 
377
377
  ```json
378
378
  "augment.advanced": {
@@ -487,7 +487,7 @@ Add to `~/.config/zed/settings.json`:
487
487
  <details>
488
488
  <summary><strong>JetBrains AI Assistant</strong></summary>
489
489
 
490
- Settings → Tools → AI Assistant → Model Context Protocol (MCP) → `+ Add`
490
+ Add via Settings → Tools → AI Assistant → Model Context Protocol (MCP) → `+ Add`:
491
491
 
492
492
  ```json
493
493
  {
@@ -527,7 +527,7 @@ Settings → Tools → AI Assistant → Model Context Protocol (MCP) → `+ Add`
527
527
  <details>
528
528
  <summary><strong>LM Studio</strong></summary>
529
529
 
530
- Program → Install → Edit `mcp.json`:
530
+ Add to `mcp.json` (open via Program → Install → Edit mcp.json):
531
531
 
532
532
  ```json
533
533
  {
@@ -588,7 +588,7 @@ Add to `.mcp/mcp.json` in your solution directory:
588
588
  <details>
589
589
  <summary><strong>Perplexity Desktop</strong></summary>
590
590
 
591
- Perplexity → Settings → Connectors → Add Connector → Advanced Server Name: `crush-protocol`
591
+ Add via Perplexity → Settings → Connectors → Add Connector → Advanced. Server Name: `crush-protocol`
592
592
 
593
593
  ```json
594
594
  {
@@ -623,7 +623,7 @@ Perplexity → Settings → Connectors → Add Connector → Advanced → Server
623
623
  <details>
624
624
  <summary><strong>Zencoder</strong></summary>
625
625
 
626
- Zencoder menu → Agent tools → Add custom MCP:
626
+ Add via Zencoder menu → Agent tools → Add custom MCP:
627
627
 
628
628
  ```json
629
629
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crush-protocol/mcp-client",
3
- "version": "0.4.17",
3
+ "version": "0.4.19",
4
4
  "description": "Official Crush MCP client for hosted market data, backtests, and trading workflows",
5
5
  "type": "module",
6
6
  "license": "MIT",