You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -97,9 +99,9 @@ Once your FastAPI app with MCP integration is running, you can connect to it wit
97
99
98
100
3. Cursor will discover all available tools and resources automatically.
99
101
100
-
## Connecting to the MCP Server using [mcp-proxy stdio](https://github.com/sparfenyuk/mcp-proxy?tab=readme-ov-file#1-stdio-to-sse)
102
+
## Connecting to the MCP Server using [mcp-proxy stdio](https://github.com/sparfenyuk/mcp-proxy?tab=readme-ov-file#1-stdio-to-sse)
101
103
102
-
If your MCP client does not support SSE, for example Claude Desktop:
104
+
If your MCP client does not support SSE, for example Claude Desktop:
103
105
104
106
1. Run your application.
105
107
@@ -118,7 +120,7 @@ On Windows:
118
120
}
119
121
}
120
122
```
121
-
On MacOS:
123
+
On MacOS:
122
124
```json
123
125
{
124
126
"mcpServers": {
@@ -137,7 +139,7 @@ Find the path to mcp-proxy by running in Terminal: `which mcp-proxy`.
137
139
138
140
**Notice:** We are currently refactoring our MCP auto-generation system. To avoid potential conflicts, we kindly request that you delay submitting contributions until this notice is removed from the README. Thank you for your understanding and patience.
139
141
140
-
Thank you for considering contributing to FastAPI-MCP open source projects! It’s people like you that make it a reality for users in our community.
142
+
Thank you for considering contributing to FastAPI-MCP open source projects! It's people like you that make it a reality for users in our community.
141
143
142
144
Before you get started, please see [CONTRIBUTING.md](CONTRIBUTING.md).
0 commit comments