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
91
91
92
92
If your MCP client does not support SSE, for example Claude Desktop:
93
93
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
+
96
98
3 . In Claude Desktop MCP config file:
99
+
97
100
On Windows:
98
101
``` json
99
102
{
@@ -105,7 +108,9 @@ On Windows:
105
108
}
106
109
}
107
110
```
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
+
109
114
4 . Claude Desktop will discover all available tools and resources automatically
110
115
111
116
## Development and Contributing
You can’t perform that action at this time.
0 commit comments