We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c6cdb commit 60ee035Copy full SHA for 60ee035
README.md
@@ -31,13 +31,12 @@ A [Model Context Protocol](https://www.anthropic.com/news/model-context-protocol
31
yarn install
32
yarn build
33
34
-## 2. Copy the code or update the claude_desktop_config.json to match the script location
35
-## (You many need to set the node path to full path)
36
-cp build/claude_gateway.js /tmp
+## 2. Copy the code or update the claude_desktop_config.json
+## NOTE: Ensure that npx is in the PATH, os use full path.
37
echo '{
38
"mcpServers": {
39
"Claude Gateway Example": {
40
- "command": "npx",
+ "command": "/opt/homebrew/bin/npx",
41
"args": [
42
"claude_gateway", "http://localhost:9999/"
43
]
0 commit comments