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).
This commit is contained in:
Chang Luo 2025-05-31 00:11:10 +08:00 committed by GitHub
parent 16fb29c1f0
commit 0a28d71cca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ The Agents SDK has support for MCP. This enables you to use a wide range of MCP
## MCP servers
Currently, the MCP spec defines two kinds of servers, based on the transport mechanism they use:
Currently, the MCP spec defines three kinds of servers, based on the transport mechanism they use:
1. **stdio** servers run as a subprocess of your application. You can think of them as running "locally".
2. **HTTP over SSE** servers run remotely. You connect to them via a URL.