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 8a0750f commit fc42fe5Copy full SHA for fc42fe5
units/en/unit1/mcp-clients.mdx
@@ -306,6 +306,7 @@ The weather in Tokyo is sunny with a temperature of 20 degrees Celsius.
306
We can also connect to an MCP package. Here's an example of connecting to the `pubmedmcp` package.
307
308
```python
309
+import os
310
from smolagents import ToolCollection, CodeAgent
311
from mcp import StdioServerParameters
312
0 commit comments