Skip to content

Commit 849381f

Browse files
committed
explain use of sse
1 parent 4ae7517 commit 849381f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

units/en/unit2/clients.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ The standard configuration file for MCP is named `mcp.json`. Here's the basic st
3232

3333
In this example, we have a single server configured to use SSE transport, connecting to a local Gradio server running on port 7860.
3434

35+
<Tip>
36+
37+
We've connected to the Gradio app via SSE transport because we assume that the gradio app is running on a remote server. However, if you want to connect to a local script, `stdio` transport instead of `sse` transport is a better option.
38+
39+
</Tip>
40+
3541
#### Configuration for HTTP+SSE Transport
3642

3743
For remote servers using HTTP+SSE transport, the configuration includes the server URL:

0 commit comments

Comments
 (0)