Feature: add MCP Servers to OpenAI Response API
This feature adds the ability to connect MCP Servers to the OpenAI Response API. Users can now:
• Navigate to AI Hub > MCP Servers
• Add a new MCP Server with:
• Unique name
• Server URL
• Authentication method (None, Bearer Token, or Custom Headers)
• Securely pass API requests and function outputs through MCP middleware
• Navigate to AI Hub > MCP Servers
• Add a new MCP Server with:
• Unique name
• Server URL
• Authentication method (None, Bearer Token, or Custom Headers)
• Securely pass API requests and function outputs through MCP middleware
🔐 Use Case: Enables advanced routing, transformation, or filtering of OpenAI-generated function calls via your own backend before returning the result—ensuring flexibility and control in production use cases.