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 c7998ab commit 532f15aCopy full SHA for 532f15a
units/en/unit2/gradio-client.mdx
@@ -15,7 +15,7 @@ We'll connect to the MCP server we created in the previous section and use it to
15
First, we need to install the `smolagents`, gradio and mcp-client libraries, if we haven't already:
16
17
```bash
18
-pip install smolagents[mcp] gradio[mcp] mcp
+pip install "smolagents[mcp]" "gradio[mcp]" mcp
19
```
20
21
Now, we can import the necessary libraries and create a simple Gradio interface that uses the MCP Client to connect to the MCP Server.
0 commit comments