File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,18 @@ Let's build your first MCP server in Python! We'll create a weather server that
16
16
You'll need Python 3.10 or higher:
17
17
18
18
``` bash
19
- python --version # Should be 3.9 or higher
19
+ python --version # Should be 3.10 or higher
20
20
pip --version
21
21
```
22
22
</Step >
23
23
24
+ <Step title = " Install uv (https://docs.astral.sh/uv/) via homebrew" >
25
+ ``` bash
26
+ brew install uv
27
+ uv --version # Should be 0.4.18 or higher
28
+ ```
29
+ </Step >
30
+
24
31
<Step title = " Create a new project" >
25
32
``` bash
26
33
mkdir weather-server
@@ -735,4 +742,4 @@ mypy weather_server.py
735
742
<Card title = " Python SDK" icon = " python" href = " /api-reference/python/class-reference" >
736
743
Read more about the Python SDK
737
744
</Card >
738
- </CardGroup >
745
+ </CardGroup >
You can’t perform that action at this time.
0 commit comments