I currently use the Langchain::Assistant class with an OpenAI model and custom tools, but I would like to extend it by connecting to remote MCP servers. Since the Chat Completions API does not support MCP connections, I’d like to be able to use the OpenAI Responses API within the Assistant class.
I currently use the
Langchain::Assistantclass with an OpenAI model and custom tools, but I would like to extend it by connecting to remote MCP servers. Since the Chat Completions API does not support MCP connections, I’d like to be able to use the OpenAI Responses API within the Assistant class.