You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/content/docs/guides/mcp.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The [**Model Context Protocol (MCP)**](https://modelcontextprotocol.io) is an op
17
17
18
18
There are three types of MCP servers this SDK supports:
19
19
20
-
1.**Hosted MCP‑server tools** – remote MCP servers used as tools by the [OpenAI Responses API](https://platform.openai.com/docs/guides/tools-remote-mcp)
20
+
1.**Hosted MCPserver tools** – remote MCP servers used as tools by the [OpenAI Responses API](https://platform.openai.com/docs/guides/tools-remote-mcp)
21
21
2.**Streamable HTTP MCP servers** – local or remote servers that implement the [Streamable HTTP transport](https://modelcontextprotocol.io/docs/concepts/transports#streamable-http)
22
22
3.**Stdio MCP servers** – servers accessed via standard input/output (the simplest option)
23
23
@@ -28,7 +28,7 @@ Choose a server type based on your use‑case:
| Use publicly accessible remote servers but have the tool calls triggered locally |**2. Streamable HTTP**|
30
30
| Use locally running Streamable HTTP servers |**2. Streamable HTTP**|
31
-
| Use any Streamable HTTP servers with non-OpenAIResponses models |**2. Streamable HTTP**|
31
+
| Use any Streamable HTTP servers with non-OpenAI-Responses models |**2. Streamable HTTP**|
32
32
| Work with local MCP servers that only support the standard-I/O protocol |**3. Stdio**|
33
33
34
34
## 1. Hosted MCP server tools
@@ -67,7 +67,7 @@ If you can programatically determine whether a tool call is safe, you can use th
67
67
title="Human in the loop with hosted MCP tools"
68
68
/>
69
69
70
-
Fully working samples (streaming, approval, HITL) are [examples/mcp](https://github.com/openai/openai-agents-js/tree/main/examples/mcp) in our GitHub repository.
70
+
Fully working samples (Hosted tools/Streamable HTTP/stdio + Streaming, HITL, onApproval) are [examples/mcp](https://github.com/openai/openai-agents-js/tree/main/examples/mcp) in our GitHub repository.
0 commit comments