@crush-protocol/mcp-client 0.4.16 → 0.4.17

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/dist/config.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  export declare const PACKAGE_NAME = "@crush-protocol/mcp-client";
2
2
  export declare const SERVER_NAME = "crush-protocol";
3
- export declare const DEFAULT_MCP_SERVER_URL = "https://crush-mcp-ats.dev.xexlab.com/mcp";
3
+ export declare const DEFAULT_MCP_SERVER_URL = "https://crush-mcp-omni.dev.xexlab.com/mcp";
4
4
  export declare const DEFAULT_OAUTH_SCOPE = "mcp:tools";
package/dist/config.js CHANGED
@@ -1,4 +1,4 @@
1
1
  export const PACKAGE_NAME = "@crush-protocol/mcp-client";
2
2
  export const SERVER_NAME = "crush-protocol";
3
- export const DEFAULT_MCP_SERVER_URL = "https://crush-mcp-ats.dev.xexlab.com/mcp";
3
+ export const DEFAULT_MCP_SERVER_URL = "https://crush-mcp-omni.dev.xexlab.com/mcp";
4
4
  export const DEFAULT_OAUTH_SCOPE = "mcp:tools";
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@crush-protocol/mcp-client",
3
- "version": "0.4.16",
3
+ "version": "0.4.17",
4
4
  "description": "Official Crush MCP client for hosted market data, backtests, and trading workflows",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
- "homepage": "https://github.com/crush-protocol/crush-mcp-server/tree/main/packages/crush-mcp-client#readme",
7
+ "homepage": "https://crush.xyz",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/crush-protocol/crush-mcp-server.git",