From e0ffed95886c311927b4fe4cb026f5ba6c8ac54c Mon Sep 17 00:00:00 2001 From: luochang212 Date: Sun, 25 May 2025 18:34:10 +0800 Subject: [PATCH] Fix typo: Replace 'two' with 'three' in /docs/mcp.md --- docs/mcp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mcp.md b/docs/mcp.md index 2cd0aad9..76d14202 100644 --- a/docs/mcp.md +++ b/docs/mcp.md @@ -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.