@@ -16,8 +16,8 @@ This policy was adopted via
1616
1717This policy governs ** features** of the MCP core specification: protocol
1818messages, capabilities, transports, schema types, and normative behavioral
19- requirements. Tthe revision lifecycle of the specification document itself
20- (Draft, Current, Final), is defined in the [ versioning guide] ( /docs/learn/versioning ) .
19+ requirements. The revision lifecycle of the specification document itself
20+ (Draft, Current, Final) is defined in the [ versioning guide] ( /docs/learn/versioning ) .
2121
2222## Feature States
2323
@@ -43,14 +43,14 @@ releases. That timeline is governed by the SDK's own revision-support policy.
4343
4444## Deprecating a Feature
4545
46- A feature may be proposed for deprecation due to
46+ A feature may be proposed for deprecation when:
4747
4848- it has been superseded by another feature that covers the same use cases,
4949- it presents a security, privacy, or interoperability risk that cannot be
5050 mitigated in place,
5151- ecosystem telemetry or SDK maintainer consensus indicates negligible adoption
5252 relative to its maintenance cost,
53- - or any other reasons the Core Maintainers seem to deem appropriate.
53+ - or any other reasons the Core Maintainers deem appropriate.
5454
5555Deprecation is a specification change and therefore requires a SEP per the
5656[ SEP guidelines] ( /community/sep-guidelines ) . The deprecation SEP must:
@@ -92,7 +92,7 @@ The minimum deprecation window is counted from that release.
9292## The Deprecated Registry
9393
9494[ ` docs/specification/draft/deprecated.mdx ` ] ( /specification/draft/deprecated ) is
95- a single page listing every feature Deprecated or Removed state. It is
95+ a single page listing every feature in a Deprecated or Removed state. It is
9696the canonical answer to "what is on its way out, and by when," so that an
9797implementer does not have to reconstruct that picture from deprecation entries
9898spread across revision changelogs.
@@ -116,7 +116,7 @@ released as Current, Tier 1 SDKs:
116116
1171171 . Once a feature is set for removal, the removal is executed at the discretion
118118 of the Core Maintainers after the minimum deprecation window has elapsed.
119- 2 . The removal needs to be documented in the ` changelog.mdx ` and [ registry] ( #the-deprecated-regsitry )
119+ 2 . The removal needs to be documented in the ` changelog.mdx ` and [ registry] ( #the-deprecated-registry ) .
1201203 . A SEP is required for any change to the original deprecation or removal SEP, for
121121 example extending or shortening the timeline
122122 ([ Expedited removal] ( #expedited-removal ) ) or restoring the feature to Active
0 commit comments