Skip to content

Commit 8751f1f

Browse files
authored
Update README.md
Update README
1 parent eed5c34 commit 8751f1f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,12 @@ As long as Claude Desktop does not support connecting to remote servers, you can
77
You can install the package globally or use it directly with npx:
88

99
```shell
10-
# Global installation
10+
# install
1111
npm install -g mcp-server-and-gw
1212

13-
# Using npx (no installation required)
13+
# Run with npx
1414
npx claude_gateway http://localhost:8808/
1515

16-
# If installed globally
17-
claude_gateway http://localhost:8808/
18-
1916
# Using environment variables
2017
MCP_HOST=localhost MCP_PORT=8808 npx claude_gateway
2118
```

0 commit comments

Comments
 (0)