We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07bb8e commit 1eef4d6Copy full SHA for 1eef4d6
units/en/unit1/mcp-clients.mdx
@@ -114,6 +114,14 @@ Environment variables can be passed to server processes using the `env` field. H
114
<hfoptions id="env-variables">
115
<hfoption id="python">
116
117
+Let's first install the packages we need to run the examples.
118
+
119
+```bash
120
+pip install "mcp[cli]" "smolagents[mcp]" "fastmcp[cli]"
121
+# or if you are using uv
122
+uv add "mcp[cli]" "smolagents[mcp]" "fastmcp[cli]"
123
+```
124
125
In Python, we use the `os` module to access environment variables:
126
127
```python
0 commit comments