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: libs/providers/langchain-openai/README.md
+45Lines changed: 45 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,51 @@ const response = await model.invoke("Find information about OpenAI", {
144
144
145
145
For more information, see [OpenAI's Web Search Documentation](https://platform.openai.com/docs/guides/tools-web-search).
146
146
147
+
### MCP Tool (Model Context Protocol)
148
+
149
+
The MCP tool allows OpenAI models to connect to remote MCP servers and OpenAI-maintained service connectors, giving models access to external tools and services.
150
+
151
+
There are two ways to use MCP tools:
152
+
153
+
1.**Remote MCP servers**: Connect to any public MCP server via URL
154
+
2.**Connectors**: Use OpenAI-maintained wrappers for popular services like Google Workspace or Dropbox
155
+
156
+
**Remote MCP server** - Connect to any MCP-compatible server:
0 commit comments