Skip to content

Commit 4102871

Browse files
committed
Address review: retired-feature wording, lock description, roadmap tracking claim
No-Verification-Needed: doc-only change
1 parent 2be1b57 commit 4102871

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ move; this is the mechanics.
1010
`[tool.hatch.metadata.hooks.uv-dynamic-versioning].dependencies`.
1111
2. Regenerate the lock with `uv lock` (or `uv lock --upgrade-package <package>`
1212
to move just that package's locked version). The committed `uv.lock` is a
13-
normal, newest-allowed resolution; the `lowest-direct` resolution that
13+
normal (default-strategy) resolution; the `lowest-direct` resolution that
1414
proves the floors still work is applied only by its CI matrix leg at test
1515
time and is never committed.
1616

ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ v2 implements the [2026-07-28 specification](https://modelcontextprotocol.io/spe
88

99
## Not yet implemented
1010

11-
Extensions and optional client-auth mechanisms not yet implemented are tracked in the issue tracker; those the conformance suite already exercises also appear in its expected-failures baseline, [`.github/actions/conformance/expected-failures.yml`](.github/actions/conformance/expected-failures.yml), which burns down as each lands. The main ones:
11+
Of the extensions and optional client-auth mechanisms not yet implemented, those the conformance suite already exercises appear in its expected-failures baseline, [`.github/actions/conformance/expected-failures.yml`](.github/actions/conformance/expected-failures.yml), which burns down as each lands. The main ones:
1212

1313
* **Tasks extension** (`io.modelcontextprotocol/tasks`, [SEP-2663](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/main/seps/2663-tasks-extension.md)) — deferred at 2.0 because the 2026-07-28 design is wire-incompatible with the earlier in-core Tasks; tracked in [#2806](https://github.com/modelcontextprotocol/python-sdk/issues/2806).
1414
* **DPoP-bound access tokens** ([SEP-1932](https://github.com/modelcontextprotocol/modelcontextprotocol/issues/1932)) in the OAuth client.

VERSIONING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Allowed in a minor:
2222

2323
* additions — functions, defaulted parameters, classes, fields, enum members,
2424
* changes to provisional or experimental APIs,
25-
* new deprecation warnings, and the eventual removal of protocol features the specification has retired,
25+
* new deprecation warnings, and retired protocol features ceasing to work on connections that negotiate a revision without them (their Python names stay, deprecated, until a major),
2626
* raising a dependency floor the SDK needs (see the [dependency policy](DEPENDENCY_POLICY.md)) when the dependency's changes don't reach you through the SDK's API, or dropping a Python version after its upstream end-of-life — both called out in the release notes,
2727
* bug fixes, including ones that make the SDK match its documented or specified behavior.
2828

0 commit comments

Comments
 (0)