@crush-protocol/mcp-client 0.4.11 → 0.4.12

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 +58 -58
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -43,7 +43,7 @@ This writes MCP config for all supported hosts at once. To target a single host:
43
43
  ### Client Configuration
44
44
 
45
45
  <details>
46
- <summary><h4>Cursor</h4></summary>
46
+ <summary><strong>Cursor</strong></summary>
47
47
 
48
48
  [![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/install-mcp?name=crush-protocol&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkBjcnVzaC1wcm90b2NvbC9tY3AtY2xpZW50Il19)
49
49
 
@@ -58,23 +58,23 @@ This writes MCP config for all supported hosts at once. To target a single host:
58
58
  }
59
59
  ```
60
60
 
61
- [![Docs](https://img.shields.io/badge/Cursor_MCP_Docs-black?style=flat&logo=cursor&logoColor=white)](https://docs.cursor.com/context/model-context-protocol)
61
+ [![Docs](https://img.shields.io/badge/docs-Cursor-2962FF?style=flat&logo=cursor&logoColor=white)](https://docs.cursor.com/context/model-context-protocol)
62
62
 
63
63
  </details>
64
64
 
65
65
  <details>
66
- <summary><h4>Claude Code</h4></summary>
66
+ <summary><strong>Claude Code</strong></summary>
67
67
 
68
68
  ```sh
69
69
  claude mcp add --scope user crush-protocol -- npx -y @crush-protocol/mcp-client
70
70
  ```
71
71
 
72
- [![Docs](https://img.shields.io/badge/Claude_Code_MCP_Docs-black?style=flat&logo=anthropic&logoColor=white)](https://docs.anthropic.com/en/docs/claude-code/mcp)
72
+ [![Docs](https://img.shields.io/badge/docs-Claude_Code-cc9b7a?style=flat&logo=anthropic&logoColor=white)](https://docs.anthropic.com/en/docs/claude-code/mcp)
73
73
 
74
74
  </details>
75
75
 
76
76
  <details>
77
- <summary><h4>OpenAI Codex</h4></summary>
77
+ <summary><strong>OpenAI Codex</strong></summary>
78
78
 
79
79
  **CLI:** `codex mcp add crush-protocol -- npx -y @crush-protocol/mcp-client`
80
80
 
@@ -87,12 +87,12 @@ args = ["-y", "@crush-protocol/mcp-client"]
87
87
  startup_timeout_ms = 20000
88
88
  ```
89
89
 
90
- [![Docs](https://img.shields.io/badge/Codex_MCP_Docs-black?style=flat&logo=openai&logoColor=white)](https://developers.openai.com/codex/mcp)
90
+ [![Docs](https://img.shields.io/badge/docs-Codex-412991?style=flat&logo=openai&logoColor=white)](https://developers.openai.com/codex/mcp)
91
91
 
92
92
  </details>
93
93
 
94
94
  <details>
95
- <summary><h4>Google Gemini CLI</h4></summary>
95
+ <summary><strong>Google Gemini CLI</strong></summary>
96
96
 
97
97
  Add to `~/.gemini/settings.json`:
98
98
 
@@ -107,12 +107,12 @@ Add to `~/.gemini/settings.json`:
107
107
  }
108
108
  ```
109
109
 
110
- [![Docs](https://img.shields.io/badge/Gemini_CLI_Docs-black?style=flat&logo=google&logoColor=white)](https://google-gemini.github.io/gemini-cli/docs/tools/mcp-server.html)
110
+ [![Docs](https://img.shields.io/badge/docs-Gemini_CLI-4285F4?style=flat&logo=google&logoColor=white)](https://google-gemini.github.io/gemini-cli/docs/tools/mcp-server.html)
111
111
 
112
112
  </details>
113
113
 
114
114
  <details>
115
- <summary><h4>VS Code</h4></summary>
115
+ <summary><strong>VS Code</strong></summary>
116
116
 
117
117
  Add to `.vscode/mcp.json`:
118
118
 
@@ -128,12 +128,12 @@ Add to `.vscode/mcp.json`:
128
128
  }
129
129
  ```
130
130
 
131
- [![Docs](https://img.shields.io/badge/VS_Code_MCP_Docs-black?style=flat&logo=visualstudiocode&logoColor=white)](https://code.visualstudio.com/docs/copilot/chat/mcp-servers)
131
+ [![Docs](https://img.shields.io/badge/docs-VS_Code-007ACC?style=flat&logo=visualstudiocode&logoColor=white)](https://code.visualstudio.com/docs/copilot/chat/mcp-servers)
132
132
 
133
133
  </details>
134
134
 
135
135
  <details>
136
- <summary><h4>Windsurf</h4></summary>
136
+ <summary><strong>Windsurf</strong></summary>
137
137
 
138
138
  ```json
139
139
  {
@@ -146,12 +146,12 @@ Add to `.vscode/mcp.json`:
146
146
  }
147
147
  ```
148
148
 
149
- [![Docs](https://img.shields.io/badge/Windsurf_MCP_Docs-black?style=flat&logo=windsurf&logoColor=white)](https://docs.windsurf.com/windsurf/cascade/mcp)
149
+ [![Docs](https://img.shields.io/badge/docs-Windsurf-00C4B4?style=flat&logo=codeium&logoColor=white)](https://docs.windsurf.com/windsurf/cascade/mcp)
150
150
 
151
151
  </details>
152
152
 
153
153
  <details>
154
- <summary><h4>Claude Desktop</h4></summary>
154
+ <summary><strong>Claude Desktop</strong></summary>
155
155
 
156
156
  Edit `claude_desktop_config.json`:
157
157
 
@@ -166,12 +166,12 @@ Edit `claude_desktop_config.json`:
166
166
  }
167
167
  ```
168
168
 
169
- [![Docs](https://img.shields.io/badge/Claude_Desktop_MCP_Docs-black?style=flat&logo=anthropic&logoColor=white)](https://modelcontextprotocol.io/quickstart/user)
169
+ [![Docs](https://img.shields.io/badge/docs-Claude_Desktop-cc9b7a?style=flat&logo=anthropic&logoColor=white)](https://modelcontextprotocol.io/quickstart/user)
170
170
 
171
171
  </details>
172
172
 
173
173
  <details>
174
- <summary><h4>OpenCode</h4></summary>
174
+ <summary><strong>OpenCode</strong></summary>
175
175
 
176
176
  Add to `~/.config/opencode/opencode.json`:
177
177
 
@@ -188,12 +188,12 @@ Add to `~/.config/opencode/opencode.json`:
188
188
  }
189
189
  ```
190
190
 
191
- [![Docs](https://img.shields.io/badge/OpenCode_MCP_Docs-black?style=flat)](https://opencode.ai/docs/mcp-servers)
191
+ [![Docs](https://img.shields.io/badge/docs-OpenCode-555555?style=flat)](https://opencode.ai/docs/mcp-servers)
192
192
 
193
193
  </details>
194
194
 
195
195
  <details>
196
- <summary><h4>Warp</h4></summary>
196
+ <summary><strong>Warp</strong></summary>
197
197
 
198
198
  ```json
199
199
  {
@@ -207,12 +207,12 @@ Add to `~/.config/opencode/opencode.json`:
207
207
  }
208
208
  ```
209
209
 
210
- [![Docs](https://img.shields.io/badge/Warp_MCP_Docs-black?style=flat&logo=warp&logoColor=white)](https://docs.warp.dev/knowledge-and-collaboration/mcp#adding-an-mcp-server)
210
+ [![Docs](https://img.shields.io/badge/docs-Warp-01A4FF?style=flat&logo=warp&logoColor=white)](https://docs.warp.dev/knowledge-and-collaboration/mcp#adding-an-mcp-server)
211
211
 
212
212
  </details>
213
213
 
214
214
  <details>
215
- <summary><h4>Kiro</h4></summary>
215
+ <summary><strong>Kiro</strong></summary>
216
216
 
217
217
  ```json
218
218
  {
@@ -225,12 +225,12 @@ Add to `~/.config/opencode/opencode.json`:
225
225
  }
226
226
  ```
227
227
 
228
- [![Docs](https://img.shields.io/badge/Kiro_MCP_Docs-black?style=flat)](https://kiro.dev/docs/mcp/configuration/)
228
+ [![Docs](https://img.shields.io/badge/docs-Kiro-FF9900?style=flat&logo=amazonaws&logoColor=white)](https://kiro.dev/docs/mcp/configuration/)
229
229
 
230
230
  </details>
231
231
 
232
232
  <details>
233
- <summary><h4>Roo Code</h4></summary>
233
+ <summary><strong>Roo Code</strong></summary>
234
234
 
235
235
  ```json
236
236
  {
@@ -243,12 +243,12 @@ Add to `~/.config/opencode/opencode.json`:
243
243
  }
244
244
  ```
245
245
 
246
- [![Docs](https://img.shields.io/badge/Roo_Code_MCP_Docs-black?style=flat)](https://docs.roocode.com/features/mcp/using-mcp-in-roo)
246
+ [![Docs](https://img.shields.io/badge/docs-Roo_Code-0f766e?style=flat)](https://docs.roocode.com/features/mcp/using-mcp-in-roo)
247
247
 
248
248
  </details>
249
249
 
250
250
  <details>
251
- <summary><h4>Cline</h4></summary>
251
+ <summary><strong>Cline</strong></summary>
252
252
 
253
253
  ```json
254
254
  {
@@ -261,12 +261,12 @@ Add to `~/.config/opencode/opencode.json`:
261
261
  }
262
262
  ```
263
263
 
264
- [![Docs](https://img.shields.io/badge/Cline_MCP_Marketplace-black?style=flat)](https://cline.bot/mcp-marketplace)
264
+ [![Docs](https://img.shields.io/badge/docs-Cline-2563eb?style=flat)](https://cline.bot/mcp-marketplace)
265
265
 
266
266
  </details>
267
267
 
268
268
  <details>
269
- <summary><h4>Trae</h4></summary>
269
+ <summary><strong>Trae</strong></summary>
270
270
 
271
271
  ```json
272
272
  {
@@ -279,12 +279,12 @@ Add to `~/.config/opencode/opencode.json`:
279
279
  }
280
280
  ```
281
281
 
282
- [![Docs](https://img.shields.io/badge/Trae_MCP_Docs-black?style=flat)](https://docs.trae.ai/ide/model-context-protocol?_lang=en)
282
+ [![Docs](https://img.shields.io/badge/docs-Trae-f97316?style=flat)](https://docs.trae.ai/ide/model-context-protocol?_lang=en)
283
283
 
284
284
  </details>
285
285
 
286
286
  <details>
287
- <summary><h4>Augment Code</h4></summary>
287
+ <summary><strong>Augment Code</strong></summary>
288
288
 
289
289
  Hamburger menu → Settings → Tools → `+ Add MCP` → Command: `npx -y @crush-protocol/mcp-client`
290
290
 
@@ -300,12 +300,12 @@ Hamburger menu → Settings → Tools → `+ Add MCP` → Command: `npx -y @crus
300
300
  }
301
301
  ```
302
302
 
303
- [![Docs](https://img.shields.io/badge/Augment_Code_Docs-black?style=flat)](https://docs.augmentcode.com/)
303
+ [![Docs](https://img.shields.io/badge/docs-Augment_Code-15803d?style=flat)](https://docs.augmentcode.com/)
304
304
 
305
305
  </details>
306
306
 
307
307
  <details>
308
- <summary><h4>Copilot Coding Agent</h4></summary>
308
+ <summary><strong>Copilot Coding Agent</strong></summary>
309
309
 
310
310
  ```json
311
311
  {
@@ -319,12 +319,12 @@ Hamburger menu → Settings → Tools → `+ Add MCP` → Command: `npx -y @crus
319
319
  }
320
320
  ```
321
321
 
322
- [![Docs](https://img.shields.io/badge/Copilot_MCP_Docs-black?style=flat&logo=github&logoColor=white)](https://docs.github.com/en/enterprise-cloud@latest/copilot/how-tos/agents/copilot-coding-agent/extending-copilot-coding-agent-with-mcp)
322
+ [![Docs](https://img.shields.io/badge/docs-Copilot-24292f?style=flat&logo=github&logoColor=white)](https://docs.github.com/en/enterprise-cloud@latest/copilot/how-tos/agents/copilot-coding-agent/extending-copilot-coding-agent-with-mcp)
323
323
 
324
324
  </details>
325
325
 
326
326
  <details>
327
- <summary><h4>Copilot CLI</h4></summary>
327
+ <summary><strong>Copilot CLI</strong></summary>
328
328
 
329
329
  Add to `~/.copilot/mcp-config.json`:
330
330
 
@@ -340,12 +340,12 @@ Add to `~/.copilot/mcp-config.json`:
340
340
  }
341
341
  ```
342
342
 
343
- [![Docs](https://img.shields.io/badge/Copilot_CLI_Docs-black?style=flat&logo=github&logoColor=white)](https://docs.github.com/copilot)
343
+ [![Docs](https://img.shields.io/badge/docs-Copilot_CLI-24292f?style=flat&logo=github&logoColor=white)](https://docs.github.com/copilot)
344
344
 
345
345
  </details>
346
346
 
347
347
  <details>
348
- <summary><h4>Amazon Q Developer CLI</h4></summary>
348
+ <summary><strong>Amazon Q Developer CLI</strong></summary>
349
349
 
350
350
  ```json
351
351
  {
@@ -358,23 +358,23 @@ Add to `~/.copilot/mcp-config.json`:
358
358
  }
359
359
  ```
360
360
 
361
- [![Docs](https://img.shields.io/badge/Amazon_Q_CLI_Docs-black?style=flat&logo=amazonaws&logoColor=white)](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line-mcp-configuration.html)
361
+ [![Docs](https://img.shields.io/badge/docs-Amazon_Q-7c3aed?style=flat&logo=amazonaws&logoColor=white)](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line-mcp-configuration.html)
362
362
 
363
363
  </details>
364
364
 
365
365
  <details>
366
- <summary><h4>Amp</h4></summary>
366
+ <summary><strong>Amp</strong></summary>
367
367
 
368
368
  ```sh
369
369
  amp mcp add crush-protocol -- npx -y @crush-protocol/mcp-client
370
370
  ```
371
371
 
372
- [![Docs](https://img.shields.io/badge/Amp_MCP_Docs-black?style=flat)](https://ampcode.com/manual#mcp)
372
+ [![Docs](https://img.shields.io/badge/docs-Amp-555555?style=flat)](https://ampcode.com/manual#mcp)
373
373
 
374
374
  </details>
375
375
 
376
376
  <details>
377
- <summary><h4>Zed</h4></summary>
377
+ <summary><strong>Zed</strong></summary>
378
378
 
379
379
  Add to `settings.json`:
380
380
 
@@ -390,12 +390,12 @@ Add to `settings.json`:
390
390
  }
391
391
  ```
392
392
 
393
- [![Docs](https://img.shields.io/badge/Zed_Context_Server_Docs-black?style=flat)](https://zed.dev/docs/assistant/context-servers)
393
+ [![Docs](https://img.shields.io/badge/docs-Zed-555555?style=flat)](https://zed.dev/docs/assistant/context-servers)
394
394
 
395
395
  </details>
396
396
 
397
397
  <details>
398
- <summary><h4>JetBrains AI Assistant</h4></summary>
398
+ <summary><strong>JetBrains AI Assistant</strong></summary>
399
399
 
400
400
  Settings → Tools → AI Assistant → Model Context Protocol (MCP) → `+ Add`
401
401
 
@@ -410,12 +410,12 @@ Settings → Tools → AI Assistant → Model Context Protocol (MCP) → `+ Add`
410
410
  }
411
411
  ```
412
412
 
413
- [![Docs](https://img.shields.io/badge/JetBrains_AI_Docs-black?style=flat&logo=jetbrains&logoColor=white)](https://www.jetbrains.com/help/ai-assistant/configure-an-mcp-server.html)
413
+ [![Docs](https://img.shields.io/badge/docs-JetBrains-e11d48?style=flat&logo=jetbrains&logoColor=white)](https://www.jetbrains.com/help/ai-assistant/configure-an-mcp-server.html)
414
414
 
415
415
  </details>
416
416
 
417
417
  <details>
418
- <summary><h4>Qwen Code</h4></summary>
418
+ <summary><strong>Qwen Code</strong></summary>
419
419
 
420
420
  **CLI:** `qwen mcp add crush-protocol npx -y @crush-protocol/mcp-client`
421
421
 
@@ -430,12 +430,12 @@ Settings → Tools → AI Assistant → Model Context Protocol (MCP) → `+ Add`
430
430
  }
431
431
  ```
432
432
 
433
- [![Docs](https://img.shields.io/badge/Qwen_Code_MCP_Docs-black?style=flat)](https://qwenlm.github.io/qwen-code-docs/en/users/features/mcp/)
433
+ [![Docs](https://img.shields.io/badge/docs-Qwen_Code-555555?style=flat)](https://qwenlm.github.io/qwen-code-docs/en/users/features/mcp/)
434
434
 
435
435
  </details>
436
436
 
437
437
  <details>
438
- <summary><h4>LM Studio</h4></summary>
438
+ <summary><strong>LM Studio</strong></summary>
439
439
 
440
440
  Program → Install → Edit `mcp.json`:
441
441
 
@@ -450,12 +450,12 @@ Program → Install → Edit `mcp.json`:
450
450
  }
451
451
  ```
452
452
 
453
- [![Docs](https://img.shields.io/badge/LM_Studio_MCP_Docs-black?style=flat)](https://lmstudio.ai/blog/lmstudio-v0.3.17)
453
+ [![Docs](https://img.shields.io/badge/docs-LM_Studio-0284c7?style=flat)](https://lmstudio.ai/blog/lmstudio-v0.3.17)
454
454
 
455
455
  </details>
456
456
 
457
457
  <details>
458
- <summary><h4>Visual Studio 2022</h4></summary>
458
+ <summary><strong>Visual Studio 2022</strong></summary>
459
459
 
460
460
  ```json
461
461
  {
@@ -471,12 +471,12 @@ Program → Install → Edit `mcp.json`:
471
471
  }
472
472
  ```
473
473
 
474
- [![Docs](https://img.shields.io/badge/VS_2022_MCP_Docs-black?style=flat&logo=visualstudio&logoColor=white)](https://learn.microsoft.com/visualstudio/ide/mcp-servers?view=vs-2022)
474
+ [![Docs](https://img.shields.io/badge/docs-VS_2022-6d28d9?style=flat&logo=visualstudio&logoColor=white)](https://learn.microsoft.com/visualstudio/ide/mcp-servers?view=vs-2022)
475
475
 
476
476
  </details>
477
477
 
478
478
  <details>
479
- <summary><h4>BoltAI</h4></summary>
479
+ <summary><strong>BoltAI</strong></summary>
480
480
 
481
481
  ```json
482
482
  {
@@ -489,12 +489,12 @@ Program → Install → Edit `mcp.json`:
489
489
  }
490
490
  ```
491
491
 
492
- [![Docs](https://img.shields.io/badge/BoltAI_Docs-black?style=flat)](https://docs.boltai.com/docs/plugins/mcp-servers)
492
+ [![Docs](https://img.shields.io/badge/docs-BoltAI-92400e?style=flat)](https://docs.boltai.com/docs/plugins/mcp-servers)
493
493
 
494
494
  </details>
495
495
 
496
496
  <details>
497
- <summary><h4>Perplexity Desktop</h4></summary>
497
+ <summary><strong>Perplexity Desktop</strong></summary>
498
498
 
499
499
  Perplexity → Settings → Connectors → Add Connector → Advanced → Server Name: `crush-protocol`
500
500
 
@@ -506,12 +506,12 @@ Perplexity → Settings → Connectors → Add Connector → Advanced → Server
506
506
  }
507
507
  ```
508
508
 
509
- [![Docs](https://img.shields.io/badge/Perplexity_MCP_Docs-black?style=flat)](https://www.perplexity.ai/help-center/en/articles/11502712-local-and-remote-mcps-for-perplexity)
509
+ [![Docs](https://img.shields.io/badge/docs-Perplexity-0891b2?style=flat)](https://www.perplexity.ai/help-center/en/articles/11502712-local-and-remote-mcps-for-perplexity)
510
510
 
511
511
  </details>
512
512
 
513
513
  <details>
514
- <summary><h4>Kilo Code</h4></summary>
514
+ <summary><strong>Kilo Code</strong></summary>
515
515
 
516
516
  ```json
517
517
  {
@@ -524,12 +524,12 @@ Perplexity → Settings → Connectors → Add Connector → Advanced → Server
524
524
  }
525
525
  ```
526
526
 
527
- [![Docs](https://img.shields.io/badge/Kilo_Code_Docs-black?style=flat)](https://kilocode.ai)
527
+ [![Docs](https://img.shields.io/badge/docs-Kilo_Code-1d4ed8?style=flat)](https://kilocode.ai)
528
528
 
529
529
  </details>
530
530
 
531
531
  <details>
532
- <summary><h4>Zencoder</h4></summary>
532
+ <summary><strong>Zencoder</strong></summary>
533
533
 
534
534
  Zencoder menu → Agent tools → Add custom MCP:
535
535
 
@@ -540,12 +540,12 @@ Zencoder menu → Agent tools → Add custom MCP:
540
540
  }
541
541
  ```
542
542
 
543
- [![Docs](https://img.shields.io/badge/Zencoder_Docs-black?style=flat)](https://zencoder.ai)
543
+ [![Docs](https://img.shields.io/badge/docs-Zencoder-b91c1c?style=flat)](https://zencoder.ai)
544
544
 
545
545
  </details>
546
546
 
547
547
  <details>
548
- <summary><h4>Qodo Gen</h4></summary>
548
+ <summary><strong>Qodo Gen</strong></summary>
549
549
 
550
550
  Qodo Gen chat → Connect more tools → `+ Add new MCP`
551
551
 
@@ -560,12 +560,12 @@ Qodo Gen chat → Connect more tools → `+ Add new MCP`
560
560
  }
561
561
  ```
562
562
 
563
- [![Docs](https://img.shields.io/badge/Qodo_Gen_Docs-black?style=flat)](https://docs.qodo.ai/qodo-documentation/qodo-gen/qodo-gen-chat/agentic-mode/agentic-tools-mcps)
563
+ [![Docs](https://img.shields.io/badge/docs-Qodo_Gen-0f766e?style=flat)](https://docs.qodo.ai/qodo-documentation/qodo-gen/qodo-gen-chat/agentic-mode/agentic-tools-mcps)
564
564
 
565
565
  </details>
566
566
 
567
567
  <details>
568
- <summary><h4>Using Bun or Deno</h4></summary>
568
+ <summary><strong>Using Bun or Deno</strong></summary>
569
569
 
570
570
  **Bun:**
571
571
 
@@ -603,7 +603,7 @@ Qodo Gen chat → Connect more tools → `+ Add new MCP`
603
603
  </details>
604
604
 
605
605
  <details>
606
- <summary><h4>Windows</h4></summary>
606
+ <summary><strong>Windows</strong></summary>
607
607
 
608
608
  ```json
609
609
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crush-protocol/mcp-client",
3
- "version": "0.4.11",
3
+ "version": "0.4.12",
4
4
  "description": "Official Crush MCP client for hosted market data, backtests, and trading workflows",
5
5
  "type": "module",
6
6
  "license": "MIT",