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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ You can get more information about mcp-client [here](https://huggingface.co/docs
51
51
52
52
## Gradio MCP Server / Tools
53
53
54
-
Gradio MCP Server feature wraps Gradio applications to make them available for LLM to use.
54
+
You can build an MCP server in just a few lines of Python with Gradio. If you have an existing Gradio app or Space you'd like to use as an MCP server / tool, it's just a single-line change.
55
55
56
56
To make a Gradio application an MCP server, simply pass in `mcp_server=True` when launching your demo like follows.
0 commit comments