Skip to content

Commit 76cdc76

Browse files
author
shiraayal-tadata
committed
fix readme to match macOS
1 parent 5e0459f commit 76cdc76

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,9 @@ Once your FastAPI app with MCP integration is running, you can connect to it wit
9292
If your MCP client does not support SSE, for example Claude Desktop:
9393

9494
1. Run your application
95-
2. Install [mcp-proxy](https://github.com/sparfenyuk/mcp-proxy?tab=readme-ov-file#installing-via-pypi), for example:
96-
```bash
97-
uv tool install mcp-proxy
98-
```
95+
2. Install [mcp-proxy](https://github.com/sparfenyuk/mcp-proxy?tab=readme-ov-file#installing-via-pypi), for example: `uv tool install mcp-proxy`
9996
3. In Claude Desktop MCP config file:
97+
On Windows:
10098
```json
10199
{
102100
"mcpServers": {
@@ -107,6 +105,7 @@ uv tool install mcp-proxy
107105
}
108106
}
109107
```
108+
On MacOS: you might need to provide the full path to the mcp-proxy executable under "command", find it by running `which mcp-proxy`.
110109
4. Claude Desktop will discover all available tools and resources automatically
111110

112111
## Development and Contributing

0 commit comments

Comments
 (0)