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

# 主要变更

此文档列出了自上一版本[2024-11-05](/specification/2024-11-05)以来对Model Context Protocol (MCP)规范所做的更改。

## 主要变更

1. 添加了基于OAuth 2.1的全面\*\*[授权框架](/specification/2025-03-26/basic/authorization)\*\* (PR [#133](https://github.com/modelcontextprotocol/specification/pull/133))
2. 用更灵活的\*\*[可流式HTTP传输](/specification/2025-03-26/basic/transports#streamable-http)\*\*替换了之前的HTTP+SSE传输 (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)。
