> ## Documentation Index
> Fetch the complete documentation index at: https://mcp.zhcndoc.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 主要变更

本文档列出了自上一个版本 [2024-11-05](/specification/2024-11-05) 以来对模型上下文协议 (MCP) 规范所做的更改。

## 主要变更

1. 添加了基于 OAuth 2.1 的综合 **[授权框架](/specification/2025-03-26/basic/authorization)**
   (PR
   [#133](https://github.com/modelcontextprotocol/specification/pull/133))
2. 将之前的 HTTP+SSE 传输替换为更灵活的 **[流式 HTTP 传输](/specification/2025-03-26/basic/transports#streamable-http)** (PR
   [#206](https://github.com/modelcontextprotocol/specification/pull/206))
3. 添加了对 JSON-RPC **[批处理](https://www.jsonrpc.org/specification#batch)**
   的支持 (PR [#228](https://github.com/modelcontextprotocol/specification/pull/228))
4. 添加了综合的 **工具注解**，用于更好地描述工具行为，例如
   它是只读的还是破坏性的 (PR
   [#185](https://github.com/modelcontextprotocol/specification/pull/185))

## 其他架构变更

* 向 `ProgressNotification` 添加了 `message` 字段，以提供描述性的状态更新
* 添加了对音频数据的支持，与现有的文本和图像内容类型并列
* 添加了 `completions` 能力，以明确指示支持参数自动完成建议

详见
[更新后的架构](http://github.com/modelcontextprotocol/specification/tree/main/schema/2025-03-26/schema.ts)
了解更多细节。

## 完整变更日志

如需查看自上一个协议修订版以来所有更改的完整列表，
[请参阅 GitHub](https://github.com/modelcontextprotocol/specification/compare/2024-11-05...2025-03-26)。
