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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,11 +102,11 @@ Only enable this if you're confident the tool list won't change. To invalidate t
102
102
103
103
You can restrict which tools are exposed from each server by passing either a static filter via `createMCPToolStaticFilter` or a custom function. Here’s a combined example showing both approaches:
The TypeScript SDK also supports [connectors](https://platform.openai.com/docs/guides/tools-connectors-mcp#connectors) so you can expose existing systems or data sources as MCP tools. The [connectors example](https://github.com/openai/openai-agents-js/blob/main/examples/connectors/index.ts) shows how to register connectors alongside other MCP servers in an agent.
0 commit comments