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: temporalio/contrib/openai_agents/README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -403,14 +403,17 @@ As described in [Tool Calling](#tool-calling), context propagation is read-only
403
403
404
404
### MCP
405
405
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.
0 commit comments