File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -83,9 +83,11 @@ See the [examples](examples) directory for complete examples.
8383
8484Once your FastAPI app with MCP integration is running, you can connect to it with any MCP client supporting SSE, such as Cursor:
8585
86- 1 . Run your application
86+ 1 . Run your application.
87+
87882 . In Cursor -> Settings -> MCP, use the URL of your MCP server endpoint (e.g., ` http://localhost:8000/mcp ` ) as sse.
88- 3 . Cursor will discover all available tools and resources automatically
89+
90+ 3 . Cursor will discover all available tools and resources automatically.
8991
9092## Connecting to the MCP Server using [ mcp-proxy stdio] ( https://github.com/sparfenyuk/mcp-proxy?tab=readme-ov-file#1-stdio-to-sse )
9193
@@ -109,7 +111,8 @@ On Windows:
109111}
110112```
111113On MacOS:
112- you might need to provide the full path to the mcp-proxy executable under "command", find it by running ` which mcp-proxy ` .
114+
115+ You might need to provide the full path to the mcp-proxy executable under "command", find it by running ` which mcp-proxy ` .
113116
1141174 . Claude Desktop will discover all available tools and resources automatically
115118
You can’t perform that action at this time.
0 commit comments