Skip to content

Commit 0a28d71

Browse files
authored
Fix typo: Replace 'two' with 'three' in /docs/mcp.md (#757)
The documentation in `docs/mcp.md` listed three server types (stdio, HTTP over SSE, Streamable HTTP) but incorrectly stated "two kinds of servers" in the heading. This PR fixes the numerical discrepancy. **Changes:** - Modified from "two kinds of servers" to "three kinds of servers". - File: `docs/mcp.md` (line 11).
1 parent 16fb29c commit 0a28d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Agents SDK has support for MCP. This enables you to use a wide range of MCP
88

99
## MCP servers
1010

11-
Currently, the MCP spec defines two kinds of servers, based on the transport mechanism they use:
11+
Currently, the MCP spec defines three kinds of servers, based on the transport mechanism they use:
1212

1313
1. **stdio** servers run as a subprocess of your application. You can think of them as running "locally".
1414
2. **HTTP over SSE** servers run remotely. You connect to them via a URL.

0 commit comments

Comments
 (0)