Skip to content

Commit 975b2e1

Browse files
committed
update readme
1 parent 39e9d31 commit 975b2e1

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

temporalio/contrib/openai_agents/README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -403,14 +403,17 @@ As described in [Tool Calling](#tool-calling), context propagation is read-only
403403

404404
### MCP
405405

406-
Presently, MCP is supported only via `HostedMCPTool`, which uses the OpenAI Responses API and cloud MCP client behind it.
407-
The OpenAI Agents SDK also supports MCP clients that run in application code, but this integration does not.
406+
The MCP protocol is stateful, but many MCP servers are stateless.
407+
We let you choose between two MCP wrappers, one designed for stateless MCP servers and one for stateful MCP servers.
408+
These wrappers work with all transport varieties.
409+
410+
Note that when using network-accessible MCP servers, you also can also use the tool `HostedMCPTool`, which is part of the OpenAI Responses API and uses an MCP client hosted by OpenAI.
408411

409412
| MCP Class | Supported |
410413
|:-----------------------|:---------:|
411-
| MCPServerStdio | No |
412-
| MCPServerSse | No |
413-
| MCPServerStreamableHttp| No |
414+
| MCPServerStdio | Yes |
415+
| MCPServerSse | Yes |
416+
| MCPServerStreamableHttp| Yes |
414417

415418
### Guardrails
416419

0 commit comments

Comments
 (0)