What’s being released here is really just proper MCP support in ChatGPT (like Claude has had for ages now) though their instructions regarding needing to specific about which tools to use make me wonder how effective it will be compared to Claude. I assume it’s hidden behind “Developer Mode” to discourage the average ChatGPT user from using it given the risks around giving an LLM read/write access to potentially sensitive data.
Since one of these replies is mine, let me clarify.
From the documentation:
When using developer mode, watch for prompt injections and
other risks, model mistakes on write actions that could
destroy data, and malicious MCPs that attempt to steal
information.
The first warning is equivalent to a SQL injection attack[0].The second warning is equivalent to promoting untested code into production.
The last warning is equivalent to exposing SSH to the Internet, configured such that your account does not require a password to successfully establish a connection, and then hoping no one can guess your user name.
From literally the very first sentences in the linked resource:
ChatGPT developer mode is a beta feature that provides full
Model Context Protocol (MCP) client support for all tools,
both read and write. It's powerful but dangerous ...