Skip to content

Commit 60ee035

Browse files
authored
Update README.md
Add note about npx.
1 parent 81c6cdb commit 60ee035

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,12 @@ A [Model Context Protocol](https://www.anthropic.com/news/model-context-protocol
3131
yarn install
3232
yarn build
3333

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
34+
## 2. Copy the code or update the claude_desktop_config.json
35+
## NOTE: Ensure that npx is in the PATH, os use full path.
3736
echo '{
3837
"mcpServers": {
3938
"Claude Gateway Example": {
40-
"command": "npx",
39+
"command": "/opt/homebrew/bin/npx",
4140
"args": [
4241
"claude_gateway", "http://localhost:9999/"
4342
]

0 commit comments

Comments
 (0)