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: docs/hub/agents.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,9 @@ You can get more information about mcp-client [here](https://huggingface.co/docs
31
31
32
32
33
33
34
-
## Gradio MCP Client
34
+
## Gradio MCP Server
35
35
36
-
Gradio MCP Client wraps Gradio applications to make them available for LLM to use.
36
+
Gradio MCP Server feature wraps Gradio applications to make them available for LLM to use.
37
37
38
38
To make a Gradio application an MCP server, simply pass in `mcp_server=True` when launching your demo like follows.
39
39
@@ -61,4 +61,4 @@ The server will be available at `http://your-server:port/gradio_api/mcp/sse` wh
61
61
```
62
62
63
63
64
-
This is very powerful because it let's the LLM use any Gradio application as a tool. You can find a variety of them on [Spaces](https://huggingface.co/spaces) and serve.
64
+
This is very powerful because it let's the LLM use any Gradio application as a tool. You can find a variety of them on [Spaces](https://huggingface.co/spaces) and serve.
0 commit comments