@crush-protocol/mcp-client 0.4.15 → 0.4.16

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 +24 -18
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -65,7 +65,7 @@ Cursor and VS Code also support `--scope project` for repo-local config.
65
65
  npx -y @crush-protocol/mcp-client setup --cursor
66
66
  ```
67
67
 
68
- **Manual config:**
68
+ **Manual config:** Add to `~/.cursor/mcp.json`:
69
69
 
70
70
  [![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/install-mcp?name=crush-protocol&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkBjcnVzaC1wcm90b2NvbC9tY3AtY2xpZW50Il19)
71
71
 
@@ -116,7 +116,7 @@ npx -y @crush-protocol/mcp-client setup --codex
116
116
 
117
117
  **CLI:** `codex mcp add crush-protocol -- npx -y @crush-protocol/mcp-client`
118
118
 
119
- **Local** (add to `~/.codex/config.toml`):
119
+ **File:** Add to `~/.codex/config.toml`:
120
120
 
121
121
  ```toml
122
122
  [mcp_servers.crush-protocol]
@@ -138,9 +138,7 @@ startup_timeout_ms = 20000
138
138
  npx -y @crush-protocol/mcp-client setup --gemini
139
139
  ```
140
140
 
141
- **Manual config:**
142
-
143
- Add to `~/.gemini/settings.json`:
141
+ **Manual config:** Add to `~/.gemini/settings.json`:
144
142
 
145
143
  ```json
146
144
  {
@@ -166,9 +164,7 @@ Add to `~/.gemini/settings.json`:
166
164
  npx -y @crush-protocol/mcp-client setup --vscode
167
165
  ```
168
166
 
169
- **Manual config:**
170
-
171
- Add to `.vscode/mcp.json`:
167
+ **Manual config:** Add to `.vscode/mcp.json` (project) or `~/.vscode/mcp.json` (global):
172
168
 
173
169
  ```json
174
170
  {
@@ -195,7 +191,7 @@ Add to `.vscode/mcp.json`:
195
191
  npx -y @crush-protocol/mcp-client setup --windsurf
196
192
  ```
197
193
 
198
- **Manual config:**
194
+ **Manual config:** Add to `~/.codeium/windsurf/mcp_config.json`:
199
195
 
200
196
  ```json
201
197
  {
@@ -221,9 +217,7 @@ npx -y @crush-protocol/mcp-client setup --windsurf
221
217
  npx -y @crush-protocol/mcp-client setup --claude-desktop
222
218
  ```
223
219
 
224
- **Manual config:**
225
-
226
- Edit `claude_desktop_config.json`:
220
+ **Manual config:** Edit `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS):
227
221
 
228
222
  ```json
229
223
  {
@@ -249,9 +243,7 @@ Edit `claude_desktop_config.json`:
249
243
  npx -y @crush-protocol/mcp-client setup --opencode
250
244
  ```
251
245
 
252
- **Manual config:**
253
-
254
- Add to `~/.config/opencode/opencode.json`:
246
+ **Manual config:** Add to `~/.config/opencode/opencode.json`:
255
247
 
256
248
  ```json
257
249
  {
@@ -279,7 +271,7 @@ Add to `~/.config/opencode/opencode.json`:
279
271
  npx -y @crush-protocol/mcp-client setup --warp
280
272
  ```
281
273
 
282
- **Manual config:**
274
+ **Manual config:** Go to `Warp Drive` → `MCP Servers` → `+ Add`, then paste:
283
275
 
284
276
  ```json
285
277
  {
@@ -293,13 +285,15 @@ npx -y @crush-protocol/mcp-client setup --warp
293
285
  }
294
286
  ```
295
287
 
296
- [![Docs](https://img.shields.io/badge/docs-Warp-01A4FF?style=flat)](https://docs.warp.dev/knowledge-and-collaboration/mcp#adding-an-mcp-server)
288
+ [![Docs](https://img.shields.io/badge/docs-Warp-01A4FF?style=flat)](https://docs.warp.dev/agent-platform/capabilities/mcp)
297
289
 
298
290
  </details>
299
291
 
300
292
  <details>
301
293
  <summary><strong>Kiro</strong></summary>
302
294
 
295
+ Add to `~/.kiro/settings/mcp.json` (global) or `.kiro/settings/mcp.json` (workspace):
296
+
303
297
  ```json
304
298
  {
305
299
  "mcpServers": {
@@ -318,6 +312,8 @@ npx -y @crush-protocol/mcp-client setup --warp
318
312
  <details>
319
313
  <summary><strong>Roo Code</strong></summary>
320
314
 
315
+ Open Roo Code settings → `Edit Global MCP`. Or add to `.roo/mcp.json` (project):
316
+
321
317
  ```json
322
318
  {
323
319
  "mcpServers": {
@@ -336,6 +332,8 @@ npx -y @crush-protocol/mcp-client setup --warp
336
332
  <details>
337
333
  <summary><strong>Cline</strong></summary>
338
334
 
335
+ Open Cline panel → MCP Servers → `Configure MCP Servers`:
336
+
339
337
  ```json
340
338
  {
341
339
  "mcpServers": {
@@ -354,6 +352,8 @@ npx -y @crush-protocol/mcp-client setup --warp
354
352
  <details>
355
353
  <summary><strong>Trae</strong></summary>
356
354
 
355
+ Trae → Settings → MCP → `Add MCP Server`:
356
+
357
357
  ```json
358
358
  {
359
359
  "mcpServers": {
@@ -393,6 +393,8 @@ Hamburger menu → Settings → Tools → `+ Add MCP` → Command: `npx -y @crus
393
393
  <details>
394
394
  <summary><strong>Copilot Coding Agent</strong></summary>
395
395
 
396
+ Add to `.github/copilot/mcp.json` in your repository:
397
+
396
398
  ```json
397
399
  {
398
400
  "mcpServers": {
@@ -433,6 +435,8 @@ Add to `~/.copilot/mcp-config.json`:
433
435
  <details>
434
436
  <summary><strong>Amazon Q Developer CLI</strong></summary>
435
437
 
438
+ Add to `~/.aws/amazonq/mcp.json`:
439
+
436
440
  ```json
437
441
  {
438
442
  "mcpServers": {
@@ -462,7 +466,7 @@ amp mcp add crush-protocol -- npx -y @crush-protocol/mcp-client
462
466
  <details>
463
467
  <summary><strong>Zed</strong></summary>
464
468
 
465
- Add to `settings.json`:
469
+ Add to `~/.config/zed/settings.json`:
466
470
 
467
471
  ```json
468
472
  {
@@ -543,6 +547,8 @@ Program → Install → Edit `mcp.json`:
543
547
  <details>
544
548
  <summary><strong>Visual Studio 2022</strong></summary>
545
549
 
550
+ Add to `.mcp/mcp.json` in your solution directory:
551
+
546
552
  ```json
547
553
  {
548
554
  "mcp": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crush-protocol/mcp-client",
3
- "version": "0.4.15",
3
+ "version": "0.4.16",
4
4
  "description": "Official Crush MCP client for hosted market data, backtests, and trading workflows",
5
5
  "type": "module",
6
6
  "license": "MIT",