I’m running the official openai-apps-sdk-examples pizza app locally with the Node MCP server on localhost (port 8000) and static assets on localhost (port 4444), exposed via an HTTPS tunnel (ngrok). The MCP endpoint on that public /mcp URL works: a verbose curl request returns HTTP/2 200 with a text/event-stream response, and when I add it as an MCP server in the OpenAI platform Playground, the tools load and calls succeed (the tunnel logs show POST requests to /mcp/messages returning 202).
However, in the main ChatGPT web app (Free account), after enabling Developer Mode and creating a connector in Settings using the same /mcp endpoint, I don’t see any error, but the connector never shows up in the Connectors list or as a selectable tool in chats, even though the tunnel logs prove ChatGPT is hitting /mcp/messages. So the MCP server and tunnel are clearly working (the Playground proves it), but the consumer ChatGPT UI isn’t surfacing the connector. I’m trying to figure out if this is a limitation or bug with my account’s Apps & Connectors UI, and whether there’s any way for me to debug this further, or if it’s something only OpenAI can fix on their side.