Skip to content

Commit 37e312f

Browse files
author
shiraayal-tadata
committed
linting
1 parent 76cdc76 commit 37e312f

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,12 @@ Once your FastAPI app with MCP integration is running, you can connect to it wit
9191

9292
If your MCP client does not support SSE, for example Claude Desktop:
9393

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+
9698
3. In Claude Desktop MCP config file:
99+
97100
On Windows:
98101
```json
99102
{
@@ -105,7 +108,9 @@ On Windows:
105108
}
106109
}
107110
```
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+
109114
4. Claude Desktop will discover all available tools and resources automatically
110115

111116
## Development and Contributing

0 commit comments

Comments
 (0)