PulseAugur
实时 01:49:13
English(EN) MCP Apps vs OpenAI Apps SDK: are they competing standards?

OpenAI Apps SDK 基于 MCP 标准构建,提供特定扩展

为 AI 聊天主机构建工具的开发者面临着在模型上下文协议 (MCP) Apps 和 OpenAI Apps SDK 之间做出选择。虽然它们看似竞争,但 OpenAI Apps SDK 是建立在 MCP 之上的,利用其核心功能进行 UI 渲染、工具定义和安全性。主要区别在于 OpenAI 的特定扩展,例如用于发现的专用应用商店、集成的支付处理以及为 ChatGPT 用户量身定制的对话感知助手。 AI

影响 开发者可以利用 MCP 标准实现广泛的兼容性,同时可以使用 OpenAI 扩展来实现支付和分发等特定 ChatGPT 功能。

排序理由 文章比较了两个用于构建 AI 聊天工具的 SDK,其中一个建立在另一个之上。

在 dev.to — MCP tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

报道来源 [1]

  1. dev.to — MCP tag TIER_1 English(EN) · Muhammad Moeed ·

    MCP Apps SDK 对比 OpenAI Apps SDK:它们是竞争性标准吗?

    <p>If you have started building tools for AI chat hosts, you have probably hit the same fork in the road. There are two ways to add a user interface to a tool right now. The first is MCP Apps, the open standard from the Model Context Protocol. The second is the OpenAI Apps SDK, t…