Skip to content

Commit e8f8588

Browse files
author
shiraayal-tadata
committed
linting2
1 parent 37e312f commit e8f8588

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,11 @@ See the [examples](examples) directory for complete examples.
8383

8484
Once 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+
8788
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.
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
```
111113
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`.
113116

114117
4. Claude Desktop will discover all available tools and resources automatically
115118

0 commit comments

Comments
 (0)