From 098fa0485b0fa6f7ce0bcf0ec58c9d4622231442 Mon Sep 17 00:00:00 2001 From: Kip Gebhardt Date: Sat, 11 Oct 2025 14:22:39 -0700 Subject: [PATCH] Update README.md (#117) where -> which --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f731d3b..8b64c0f 100644 --- a/README.md +++ b/README.md @@ -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": {