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

# 已弃用能力

<div id="enable-section-numbers" />

本页是在
[特性生命周期和弃用政策](/community/feature-lifecycle)
下当前处于 **Deprecated** 状态的规范特性注册表
([SEP-2596](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/2596))。

Deprecated 特性仍然是规范的一部分，但已计划移除：新实现 **SHOULD NOT** 采用它，
现有实现 **SHOULD** 在该特性最早移除时间之前完成迁移。最早移除时间表示该特性何时
*有资格* 被移除；实际移除由核心维护者在发布准备期间决定，也可能更晚发生。

此注册表是一个派生视图，与各特性的弃用通知和变更日志条目保持一致；后两者是规范性记录。

## 已弃用

| 特性                                                                                                       | 弃用 SEP                                                                             | 弃用于          | 迁移路径                                                                                                      | 最早移除时间                                                                                   |
| -------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ------------ | --------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| [根目录](/specification/draft/client/roots)                                                                 | [SEP-2577](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/2577) | `2026-07-28` | 通过工具参数、资源 URI 或服务器配置传递目录或文件                                                                               | 在 2027-07-28 当日或之后发布的第一个版本                                                               |
| [采样](/specification/draft/client/sampling)                                                               | [SEP-2577](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/2577) | `2026-07-28` | 直接集成 LLM 提供商 API                                                                                          | 在 2027-07-28 当日或之后发布的第一个版本                                                               |
| [日志](/specification/draft/server/utilities/logging)                                                      | [SEP-2577](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/2577) | `2026-07-28` | 对 stdio 传输记录到 `stderr`；使用 [OpenTelemetry](https://opentelemetry.io/) 实现可观测性                               | 在 2027-07-28 当日或之后发布的第一个版本                                                               |
| [HTTP+SSE 传输](/specification/2024-11-05/basic/transports#http-with-sse)                                  | [SEP-2596](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/2596) | `2025-03-26` | [Streamable HTTP](/specification/draft/basic/transports/streamable-http)                                  | SEP-2596 达到 Final 后三个月                                                                   |
| `includeContext: "thisServer"` / `"allServers"`（[采样](/specification/draft/client/sampling#capabilities)） | [SEP-2596](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/2596) | `2025-11-25` | 省略该字段或使用 `"none"`                                                                                         | 跟随采样（[SEP-2577](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/2577)） |
| [动态客户端注册](/specification/draft/basic/authorization/client-registration#dynamic-client-registration)      | [PR #2858](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/2858) | `2026-07-28` | [客户端 ID 元数据文档](/specification/draft/basic/authorization/client-registration#client-id-metadata-documents) | 在 2027-07-28 当日或之后发布的第一个版本                                                               |

HTTP+SSE 传输和 `includeContext` 值在生命周期政策存在之前就已经被描述为弃用；
SEP-2596 根据其[过渡条款](/community/feature-lifecycle)将它们重新分类为 Deprecated。

## 已移除

尚未有任何特性根据此政策被移除。当某个 Deprecated 特性被移除时，它所在的行会移动到本节，
并附上记录该移除的变更日志条目链接。
