概要
This skill serves as a comprehensive guide for developers building the backend infrastructure for ChatGPT apps. It offers standardized patterns for implementing the Model Context Protocol (MCP), covering critical areas such as transport protocols (Streamable HTTP and SSE), multi-language SDK setup in Python and TypeScript, and the structured response formats required for UI widgets. By following these best practices, developers can ensure their MCP servers handle tool calls, authentication, and data flow efficiently while remaining compatible with OpenAI's production requirements.