@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.
- package/README.md +2 -0
- 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
|