@deriv-com/fe-mcp-servers 0.0.7 → 0.0.8

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 CHANGED
@@ -27,14 +27,14 @@ mcps/
27
27
  ### Install the Package
28
28
  ```bash
29
29
  # Install globally
30
- npm install -g @deriv/ai-tools
30
+ npm install -g @deriv-com/fe-mcp-servers
31
31
  ```
32
32
 
33
33
  ### Get Your Configuration Path
34
34
  Copy and run this command to get the exact path for your MCP configuration:
35
35
 
36
36
  ```bash
37
- echo "$(npm root -g)/@deriv/ai-tools/mcps/dist/SERVER_NAME/src/mcp-server.js"
37
+ echo "$(npm root -g)/@deriv-com/fe-mcp-servers/dist/SERVER_NAME/mcp-server.js"
38
38
  ```
39
39
 
40
40
  Replace `SERVER_NAME` with the specific server you want (e.g., `shift-ai`).
@@ -57,7 +57,7 @@ Replace `SERVER_NAME` with the specific server you want (e.g., `shift-ai`).
57
57
  "mcpServers": {
58
58
  "shift-ai": {
59
59
  "command": "node",
60
- "args": ["/Users/user/.nvm/versions/node/v20.17.0/lib/node_modules/@deriv/ai-tools/mcps/dist/shift-ai/src/mcp-server.js"]
60
+ "args": ["/Users/user/.nvm/versions/node/v20.17.0/lib/node_modules/@deriv-com/fe-mcp-servers/dist/shift-ai/mcp-server.js"]
61
61
  }
62
62
  }
63
63
  }