Skip to content

Commit 3f675c1

Browse files
authored
Merge pull request #27 from csabakecskemeti/patch-2
Update gradio-client.mdx
2 parents ca344f4 + 532f15a commit 3f675c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

units/en/unit2/gradio-client.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ We'll connect to the MCP server we created in the previous section and use it to
1515
First, we need to install the `smolagents`, gradio and mcp-client libraries, if we haven't already:
1616

1717
```bash
18-
pip install smolagents[mcp] gradio[mcp] mcp
18+
pip install "smolagents[mcp]" "gradio[mcp]" mcp
1919
```
2020

2121
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

Comments
 (0)