Skip to content

Commit e6a41aa

Browse files
committed
Udpate Readme
1 parent a245a54 commit e6a41aa

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@ transport
1111

1212
### Requirements
1313

14-
- uv
15-
- mcp-proxy (for stdio)
14+
- [uv](https://github.com/astral-sh/uv)
15+
- [mcp-proxy](https://github.com/sparfenyuk/mcp-proxy) (for stdio)
1616

1717
```
18+
# 1. Install uv
1819
curl -LsSf https://astral.sh/uv/install.sh | sh
20+
# 2. Install mcp-proxy pypi package via uv
21+
uv tool install mcp-proxy
1922
```
2023

2124
### Quickstart

0 commit comments

Comments
 (0)