Update README.md (#117)

where -> which
This commit is contained in:
Kip Gebhardt
2025-10-11 14:22:39 -07:00
committed by GitHub
parent bfda6c77a8
commit 098fa0485b

View File

@@ -251,7 +251,7 @@ docker run --rm -t ghcr.io/sparfenyuk/mcp-proxy:v0.3.2-alpine --help
- **Problem**: Claude Desktop can't start the server: ENOENT code in the logs
**Solution**: Try to use the full path to the binary. To do so, open a terminal and run the command`where mcp-proxy` (
**Solution**: Try to use the full path to the binary. To do so, open a terminal and run the command`which mcp-proxy` (
macOS, Linux) or `where.exe mcp-proxy` (Windows). Then, use the output path as a value for 'command' attribute:
```json
"fetch": {