@crush-protocol/mcp-client 0.4.0 → 0.4.1

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,6 +17,8 @@ This writes MCP config for all **9** supported hosts: Cursor, Claude Code, Codex
17
17
 
18
18
  To target a single host: `npx -y @crush-protocol/mcp-client setup --cursor`
19
19
 
20
+ The default hosted MCP endpoint is `https://crush-mcp-ats.dev.xexlab.com/mcp`.
21
+
20
22
  **[All Client Configurations →](#client-configuration)**
21
23
 
22
24
  ## How It Works
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crush-protocol/mcp-client",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Crush MCP npm client package (remote Streamable HTTP + optional ClickHouse direct)",
5
5
  "type": "module",
6
6
  "license": "MIT",