June 2026 Summaries
2 posts from OpenAI
Filter
Month:
Year:
Post Summaries
Back to Blog
Secure MCP Tunnel offers a solution for connecting private MCP servers to OpenAI products without exposing them to public internet traffic, thereby maintaining privacy and security. This approach is particularly beneficial for enterprise environments where creating public endpoints, deploying additional proxies, or introducing new network operators is undesirable. The system uses a small, open-source client run by customers within their own private networks to establish outbound HTTPS connections to OpenAI, enabling normal MCP request and response flows without compromising the server's network boundary. Secure MCP Tunnel is designed around principles like outbound-only connectivity and explicit destination configuration, ensuring compatibility with MCP streaming and notifications while allowing teams to inspect and operate the client independently. This setup not only preserves the privacy and security of the servers but also simplifies integration with OpenAI products by treating the client as a developer tool rather than a network project. Additionally, the tunnel supports enterprise authentication mechanisms and extends its model to approved REST targets through a feature called Harpoon, allowing controlled access to customer-private APIs without opening them to public networks.
Jun 26, 2026
1,622 words in the original blog post.
The ChatGPT mobile app's Remote feature allows users to manage and direct work running on development machines from their phones, transforming the device into a control plane rather than a miniature terminal. It supports various functionalities, including remote host connections, code reviews, and managing permissions, making it suitable for serious engineering tasks. Users can efficiently handle coding workflows by establishing the right execution context, utilizing side chats for branching thoughts, and employing Plan and Goal modes for project management. The app emphasizes the importance of context management, using tools like compact and fork, and keeps the chat list organized for streamlined operations. Additionally, the command palette offers advanced features, and small enhancements, such as inline skills and plugins, contribute to a seamless remote workflow experience. Overall, Remote optimizes decision-making processes when users are away from their desks, maintaining efficient control over engineering tasks.
Jun 23, 2026
2,210 words in the original blog post.