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.
83
83
84
84
Once your FastAPI app with MCP integration is running, you can connect to it with any MCP client supporting SSE, such as Cursor:
85
85
86
- 1 . Run your application
86
+ 1 . Run your application.
87
+
87
88
2 . 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.
89
91
90
92
## Connecting to the MCP Server using [ mcp-proxy stdio] ( https://github.com/sparfenyuk/mcp-proxy?tab=readme-ov-file#1-stdio-to-sse )
91
93
@@ -109,7 +111,8 @@ On Windows:
109
111
}
110
112
```
111
113
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 ` .
114
+
115
+ You might need to provide the full path to the mcp-proxy executable under "command", find it by running ` which mcp-proxy ` .
113
116
114
117
4 . Claude Desktop will discover all available tools and resources automatically
115
118
You can’t perform that action at this time.
0 commit comments