Skip to content

Commit 524564d

Browse files
authored
Merge pull request #48 from JairajJangle/patch-3
fix: added missing os import
2 parents f4779ec + fc42fe5 commit 524564d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

units/en/unit1/mcp-clients.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ The weather in Tokyo is sunny with a temperature of 20 degrees Celsius.
306306
We can also connect to an MCP package. Here's an example of connecting to the `pubmedmcp` package.
307307

308308
```python
309+
import os
309310
from smolagents import ToolCollection, CodeAgent
310311
from mcp import StdioServerParameters
311312

0 commit comments

Comments
 (0)