Skip to content

Commit b209798

Browse files
authored
address comments
1 parent a0ee2b3 commit b209798

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/hub/agents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ demo = gr.Interface(
5454
demo.launch(mcp_server=True)
5555
```
5656

57-
The MCP server will be available at `http://your-server:port/gradio_api/mcp/sse` where your application is served. It will have a tool corresponding to each function in your Gradio app, with the tool description automatically generated from the docstrings of your functions.
57+
The MCP server will be available at `http://your-space-id.hf.space/gradio_api/mcp/sse` where your application is served. It will have a tool corresponding to each function in your Gradio app, with the tool description automatically generated from the docstrings of your functions.
5858

5959
Lastly, add this to the settings of the MCP Client of your choice (e.g. Cursor).
6060

@@ -68,7 +68,7 @@ Lastly, add this to the settings of the MCP Client of your choice (e.g. Cursor).
6868
}
6969
```
7070

71-
This is very powerful because it lets the LLM use any Gradio application as a tool. You can find thousands of them on [Spaces](https://huggingface.co/spaces).
71+
This is very powerful because it lets the LLM use any Gradio application as a tool. You can find thousands of them on [Spaces](https://huggingface.co/spaces). Learn more [here](https://www.gradio.app/guides/building-mcp-server-with-gradio).
7272

7373
## smolagents
7474

0 commit comments

Comments
 (0)