Hello,
I’ve built a few MCP servers with FastMCP, and my current interface code (that will evolve to be the client) currently uses OpenAI’s Chat Completions API. From OpenAI’s docs it looks like MCP integrations are supported in the Responses API (and in ChatGPT via connectors), not in Chat Completions. Is there a practical workaround to call my MCP servers from a Chat Completions based client?
Would appreicate your thoughts and help. Thank you.