Skip to content

Commit e0ffed9

Browse files
committed
Fix typo: Replace 'two' with 'three' in /docs/mcp.md
1 parent 6e078bf commit e0ffed9

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)