File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -92,11 +92,9 @@ Once your FastAPI app with MCP integration is running, you can connect to it wit
9292If your MCP client does not support SSE, for example Claude Desktop:
9393
94941 . 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 `
99963 . 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 ` .
1101094 . Claude Desktop will discover all available tools and resources automatically
111110
112111## Development and Contributing
You can’t perform that action at this time.
0 commit comments