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.
2 parents def9132 + fe0285b commit 06bed1fCopy full SHA for 06bed1f
units/en/unit1/gradio-mcp.mdx
@@ -25,7 +25,7 @@ Combining Gradio with MCP allows you to create both human-friendly interfaces an
25
To use Gradio with MCP support, you'll need to install Gradio with the MCP extra:
26
27
```bash
28
-pip install "gradio[mcp]"
+uv pip install "gradio[mcp]"
29
```
30
31
You'll also need an LLM application that supports tool calling using the MCP protocol, such as Cursor ( known as "MCP Hosts").
0 commit comments