MCP server tools now in ChatGPT -- developer mode

This error appeared to be a red herring.
Yesterday the UI surfaced a “Not Safe” error when trying to create my connector.
There are obviously checks for naming conventions or something, and one of my tools could have been inferred to allow execution of code (it didn’t).
I renamed the tool to something more benign, and it happily connected it.
So RunPythonScript will fail, RunBridgeTask doesn’t.

A few other “Gotchas”:

  1. Make sure you are only exposing single tool names - sounds dumb but copy-pasting code I didn’t change the method name and description, so the bridge saw 2 of the “same” tools.
  2. Make your method names and descriptions… Descriptive. PutFile(“Writes a file”) seems to trigger alarms, FilesPutInAllowedDirectory(“Writes a file to an approved directory”) is ok.
  3. Don’t have similarly named tools - “PutFile”, “PutFiles” seems to make it antsy.
  4. Keep naming scoped - “FilesPutInAllowedDirectory”, “FilesDeleteFromAllowedDirectory” appear as files_put… files_delete…
  5. Don’t trust that because the MCPInspector and OAI tools list ok mean the tool is usable. In the above examples, it happily picked the tools up, but refused to use some of them, even though they were valid and functional.
  6. Avoid using terms like “Raw” or “Unknown” in your tool names.

Hope that helps.

1 Like

From what I can ascertain, Plus/Pro CAN use custom MCP Connectors but ONLY in Developer Mode (No Memory). Other tiers can use them normally.

1 Like

My custom MCP connector (OAuth + Flask) was fully functional up to Oct 7 2025.
It still returns 200 for initialize and tools/list (11 tools total) when queried directly,
but ChatGPT Developer Mode now shows “something went wrong” and won’t list or call tools.
Confirmed from PowerShell logs; seems identical to others’ reports. Dose anyone know if OpenAI is working or knows of this problem?

THIS MORNING FROM WORKSPACE connectors settings

I dont have any option for developer mode

But from my chat space i can create connectors

Do you know of any other platform that can allow you build chatgpt apps without coding?

Please share

if some one with team/business plan have issue write here pls we need answer and help on team/buisiness plan multiple issue and not works at all · Issue #33 · openai/openai-apps-sdk-examples · GitHub

2 Likes

It was very hidden and hard to find but I found the developer mode link: chatgpt.com?hints=api_tool

This link was in Workspace Settings → Connectors → Drafts → My connector → Preview

1 Like

where is !! can you screenshot me that section ?

im in workspace setting → Connectors → Draft(Bozze) but i dont have my connector → preview

i have just a message “activate dev mode for create custom connectors”

ahh damn! I see it! I must have developer mode enabled (but I don’t know how I did it)

1 Like

FOUND IT OK OK WTF is super complicated and i s very very hard to find XD and if you dont creatre befor a connector from chat you cant access to developer mode in the workspace :S

but at my end not appear in the dropdownlist of menu but the chat recognize it

After deactivate developer mode(in business/team plan) all the buttons for reactivate it disappear :melting_face::melting_face::melting_face::melting_face:

have you try to deactivete the developer mode?

For those looking for it. Once in developer mode, you need to re-enable developer mode (?) which will allow you to select the dev mode MCP connector. These connectors still are not available for non-workspace admins for team/ent accounts it seems unless someone wants to prove me wrong.

1 Like

found it! for reactivate dev mode go to Workspace settings → connectors → click on Create → Enable Developer Mode

1 Like

Yep.

Then you’ll find either chat can see the published connector but can’t query it, or if it can, you end up in an authorisation/confirm loop.

Ludicrous that a company of this size with this much money can’t even get this right.

Although all of my tools are read-only ( mentioned that in tool description as well ) I always end up with “Error creating connector - Connector is not safe”. Using no authorization. Would that me mandatory?

Today, to use my MCP tool, chatgpt is showing this popup. After I clicked on the Continue button, it says that the tool is now connected, and when I ask again to use the tool, Chatgpt show the same popup again. OpenAI is pushing changes without testing it. This is so annoying!

I am trying to make this MCP work. It briefly worked yesterday, but looks like OpenAI is deploying new features every hour and they are not testing them. There is no communication. And no shame.

1 Like

actually all works developer mode and connect mcp, but gpt cant render the ui in the chat -.-

The UI stopped working for me yesterday: When or how can enable the ChatGPT Developer Mode UI components for Apps SDK?

But it was working before! Looks like something changed on OpenAI’s side.

business plan is not supported anymore HTML not loading anymore, had it working yesterday (Oct 15th). · Issue #58 · openai/openai-apps-sdk-examples · GitHub -.- we need to wait

1 Like