You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: units/en/unit2/gradio-client.mdx
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,19 +8,19 @@ Gradio is best suited to the creation of UI clients and MCP servers, but it is a
8
8
9
9
</Tip>
10
10
11
-
We'll connect to the MCP server we created in the previous section and use it to answer questions.
11
+
We'll connect to an MCP server similar to the one we created in the previous section but with additional features, and use it to answer questions.
12
12
13
13
## MCP Client in Gradio
14
14
15
15
### Connect to an example MCP Server
16
16
17
-
Let's connect to an example MCP Server that is already running on Hugging Face. We'll use [this one](https://huggingface.co/spaces/abidlabs/mcp-tools2) for this example. It's a space that contains a collection of MCP tools.
17
+
Let's connect to an example MCP Server that is already running on Hugging Face. We'll use [this one](https://huggingface.co/spaces/abidlabs/mcp-tool-http) for this example. It's a space that contains a collection of MCP tools.
0 commit comments