File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -91,9 +91,12 @@ Once your FastAPI app with MCP integration is running, you can connect to it wit
9191
9292If your MCP client does not support SSE, for example Claude Desktop:
9393
94- 1 . Run your application
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 `
94+ 1 . Run your application.
95+
96+ 2 . Install [ mcp-proxy] ( https://github.com/sparfenyuk/mcp-proxy?tab=readme-ov-file#installing-via-pypi ) , for example: ` uv tool install mcp-proxy ` .
97+
96983 . In Claude Desktop MCP config file:
99+
97100On Windows:
98101``` json
99102{
@@ -105,7 +108,9 @@ On Windows:
105108 }
106109}
107110```
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 ` .
111+ On MacOS:
112+ you might need to provide the full path to the mcp-proxy executable under "command", find it by running ` which mcp-proxy ` .
113+
1091144 . Claude Desktop will discover all available tools and resources automatically
110115
111116## Development and Contributing
You can’t perform that action at this time.
0 commit comments